aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-06 10:55:51 +0100
committerThéo Zimmermann2019-12-06 10:55:51 +0100
commitf76a6a2444dbc80bfcb46c88449f62d76b6f4984 (patch)
tree953c424a5ad2115a64972e60132a28d1f7a14f40 /topbin
parent0e694678eddaede188335df139ce17d649c013e6 (diff)
parent1d454c7721a429490165d1147313c061164b0b66 (diff)
Merge PR #11174: [dune] Update to dune language version 2.0
Reviewed-by: Zimmi48
Diffstat (limited to 'topbin')
-rw-r--r--topbin/dune1
1 files changed, 1 insertions, 0 deletions
diff --git a/topbin/dune b/topbin/dune
index 7b77826216..46052c81e5 100644
--- a/topbin/dune
+++ b/topbin/dune
@@ -26,6 +26,7 @@
(package coq)
(modules coqc_bin)
(libraries coq.toplevel)
+ (modes native byte)
; Adding -ccopt -flto to links options could be interesting, however,
; it doesn't work on Windows
(link_flags -linkall))