aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫtan Gilbert2020-07-22 13:08:49 +0200
committerEmilio Jesus Gallego Arias2020-09-09 15:18:49 +0200
commitcbb2efcaecff4e066d8ac37bd049a8e917bec9d6 (patch)
tree813c2fd8e2872ba8b868f6a4a8b380db4a5138aa
parent3d22134121ddeeb2052266d5f2cbcc097a5f0388 (diff)
dune: pass -bin-annot to configure
This ends up in coq_makefile's CAMLFLAGS so we need it to make merlin work properly.
-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))))