diff options
| author | Théo Zimmermann | 2018-09-28 09:48:30 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-09-28 09:48:30 +0200 |
| commit | c97104410845b052368adbf3f7bdb343783da0a4 (patch) | |
| tree | 1ebab1a7228a7353cd664068f6e4ca7df7b6a51d /config | |
| parent | c7907b6f6e88f9f6a07ba4d0807782b8ffc430d7 (diff) | |
| parent | 615c29be047eafac1ec1a9a853afe5a577873771 (diff) | |
Merge PR #8569: [dune] [configure] Further tweaks for interactive use.
Diffstat (limited to 'config')
| -rw-r--r-- | config/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dune b/config/dune index cf2bc71363..ce87a7816d 100644 --- a/config/dune +++ b/config/dune @@ -10,4 +10,4 @@ (targets coq_config.ml) (mode fallback) (deps %{project_root}/configure.ml %{project_root}/dev/ocamldebug-coq.run (env_var COQ_CONFIGURE_PREFIX)) - (action (chdir %{project_root} (run %{ocaml} configure.ml -native-compiler no)))) + (action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no)))) |
