diff options
| author | Emilio Jesus Gallego Arias | 2019-06-07 18:44:46 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-06-07 18:44:46 +0200 |
| commit | 398c8ca2195be511e20480991f4b0a49060204e8 (patch) | |
| tree | 9812620fc6c486d56cc3aec6e70251aa6e122b2b | |
| parent | 28b86d5a05d46cd4c7f69c77a59080cf73e82850 (diff) | |
| parent | 45b5f8b728f7df3a44731d0fbc42b52d99c69ef7 (diff) | |
Merge PR #10330: Dune: run coqc with -w +default
Reviewed-by: ejgallego
| -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 () = |
