aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorThéo Zimmermann2019-03-13 10:38:03 +0100
committerThéo Zimmermann2019-03-13 10:38:03 +0100
commit915192abdf1bdb3129fd28f05cee6340d5a8c464 (patch)
treeb526c4305b1ec13f8e69075a5ae46ba0293b2596 /dune
parente341c36cdc2aa2220152b2a3745bf3255316cdf3 (diff)
parent430851db6db8ba30280f024ccbca5f6124287ab7 (diff)
Merge PR #9748: [dune] Add shim for coqtop.byte
Reviewed-by: Zimmi48 Reviewed-by: gares
Diffstat (limited to 'dune')
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index 32dbc736f3..f1f966b7fd 100644
--- a/dune
+++ b/dune
@@ -19,7 +19,7 @@
(deps
(source_tree theories)
(source_tree plugins))
- (action (with-stdout-to .vfiles.d (bash "%{bin:coqdep} -dyndep opt -noglob -boot `find theories plugins -type f -name *.v`"))))
+ (action (with-stdout-to .vfiles.d (bash "%{bin:coqdep} -dyndep both -noglob -boot `find theories plugins -type f -name *.v`"))))
(alias
(name vodeps)