aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-06-07 10:02:51 +0200
committerGaëtan Gilbert2019-06-07 10:03:12 +0200
commit45b5f8b728f7df3a44731d0fbc42b52d99c69ef7 (patch)
tree0050bba9a5c261c24e610840dff95b4f220144da
parent32f965d53d7e0f969af5f9c52adc5cf7bd2a97a3 (diff)
Dune: run coqc with -w +default
This matches the makefile build with -warn-error.
-rw-r--r--tools/coq_dune.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coq_dune.ml b/tools/coq_dune.ml
index 6ddc503542..b5d1e01630 100644
--- a/tools/coq_dune.ml
+++ b/tools/coq_dune.ml
@@ -128,6 +128,7 @@ module Options = struct
[ { enabled = false; cmd = "-debug"; }
; { enabled = false; cmd = "-native_compiler"; }
; { enabled = true; cmd = "-allow-sprop"; }
+ ; { enabled = true; cmd = "-w +default"; }
]
let build_coq_flags () =