We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357a07e commit 57eb00eCopy full SHA for 57eb00e
1 file changed
R/utils.R
@@ -678,7 +678,7 @@ get_cmdstan_flags <- function(flag_name) {
678
cmdstan_path <- cmdstanr::cmdstan_path()
679
flags <- wsl_compatible_run(
680
command = "make",
681
- args = c(paste0("print-", flag_name)),
+ args = c("--no-print-directory", paste0("print-", flag_name)),
682
wd = cmdstan_path
683
)$stdout
684
0 commit comments