aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/dune b/dune
index 95041512e2..32dbc736f3 100644
--- a/dune
+++ b/dune
@@ -1,12 +1,12 @@
; Default flags for all Coq libraries.
(env
- (dev (flags :standard -rectypes -w -9-27+40+60))
+ (dev (flags :standard -rectypes -w -9-27+40+60 \ -short-paths))
(release (flags :standard -rectypes)
(ocamlopt_flags -O3 -unbox-closures))
(ireport (flags :standard -rectypes -w -9-27-40+60)
(ocamlopt_flags :standard -O3 -unbox-closures -inlining-report))
(ocaml409
- (flags :standard -strict-sequence -strict-formats -short-paths -keep-locs -rectypes -w -9-27+40+60 -warn-error -5 -alert --deprecated)))
+ (flags :standard -strict-sequence -strict-formats -keep-locs -rectypes -w -9-27+40+60 -warn-error -5 -alert --deprecated)))
; The _ profile could help factoring the above, however it doesn't
; seem to work like we'd expect/like: