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 57eb00e commit 48ca5e6Copy full SHA for 48ca5e6
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("--no-print-directory", paste0("print-", flag_name)),
+ args = c("-s", paste0("print-", flag_name)),
682
wd = cmdstan_path
683
)$stdout
684
0 commit comments