diff options
| author | Gaëtan Gilbert | 2019-06-07 10:02:51 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-06-07 10:03:12 +0200 |
| commit | 45b5f8b728f7df3a44731d0fbc42b52d99c69ef7 (patch) | |
| tree | 0050bba9a5c261c24e610840dff95b4f220144da /tools | |
| parent | 32f965d53d7e0f969af5f9c52adc5cf7bd2a97a3 (diff) | |
Dune: run coqc with -w +default
This matches the makefile build with -warn-error.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_dune.ml | 1 |
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 () = |
