diff options
| author | coqbot-app[bot] | 2020-09-21 12:41:39 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-21 12:41:39 +0000 |
| commit | 84d5475169ec0ba3d11928dab11eba6bc3d19d9b (patch) | |
| tree | aca44c92c1934839a16f36e49002d557474a0373 | |
| parent | fff4fe1120c81ab7b543cfb8d175cc4458e3c12e (diff) | |
| parent | cbb2efcaecff4e066d8ac37bd049a8e917bec9d6 (diff) | |
Merge PR #12723: dune: pass -bin-annot to configure
Reviewed-by: ejgallego
| -rw-r--r-- | config/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dune b/config/dune index a30fdce9aa..83d1364b0c 100644 --- a/config/dune +++ b/config/dune @@ -22,4 +22,4 @@ ; Needed to generate include lists for coq_makefile plugin_list (env_var COQ_CONFIGURE_PREFIX)) - (action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no)))) + (action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no -bin-annot)))) |
