diff options
| author | Gaƫtan Gilbert | 2020-07-22 13:08:49 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-09-09 15:18:49 +0200 |
| commit | cbb2efcaecff4e066d8ac37bd049a8e917bec9d6 (patch) | |
| tree | 813c2fd8e2872ba8b868f6a4a8b380db4a5138aa | |
| parent | 3d22134121ddeeb2052266d5f2cbcc097a5f0388 (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/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)))) |
