aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-03-11 13:21:57 +0100
committerEmilio Jesus Gallego Arias2019-03-11 13:21:57 +0100
commitf72e9df57b6bf600037282dbb257613199cd5b78 (patch)
tree6b69fc7d03d977c8a6e9396f83410420cd4bbc43
parentaf5582cbfd91aacd5515e5e6fef6bec0107a0049 (diff)
parent06fcd91ec5d3d9382cacb6a5b92362e2743e81a7 (diff)
Merge PR #9675: Dune: remove -short-paths flag.
Ack-by: ejgallego Reviewed-by: gares
-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: