aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-06-07 18:44:46 +0200
committerEmilio Jesus Gallego Arias2019-06-07 18:44:46 +0200
commit398c8ca2195be511e20480991f4b0a49060204e8 (patch)
tree9812620fc6c486d56cc3aec6e70251aa6e122b2b /tools
parent28b86d5a05d46cd4c7f69c77a59080cf73e82850 (diff)
parent45b5f8b728f7df3a44731d0fbc42b52d99c69ef7 (diff)
Merge PR #10330: Dune: run coqc with -w +default
Reviewed-by: ejgallego
Diffstat (limited to 'tools')
-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 () =