aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-09-21 12:41:39 +0000
committerGitHub2020-09-21 12:41:39 +0000
commit84d5475169ec0ba3d11928dab11eba6bc3d19d9b (patch)
treeaca44c92c1934839a16f36e49002d557474a0373
parentfff4fe1120c81ab7b543cfb8d175cc4458e3c12e (diff)
parentcbb2efcaecff4e066d8ac37bd049a8e917bec9d6 (diff)
Merge PR #12723: dune: pass -bin-annot to configure
Reviewed-by: ejgallego
-rw-r--r--config/dune2
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))))