mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -05:00
dune: enable more warnings
This commit is contained in:
parent
81acaaa2cb
commit
afeb2b762a
1 changed files with 2 additions and 2 deletions
4
src/dune
4
src/dune
|
|
@ -1,7 +1,7 @@
|
|||
(env
|
||||
(_
|
||||
(flags :standard -warn-error -a+8 -w -32-70 -color always -safe-string
|
||||
-strict-sequence)
|
||||
(flags :standard -warn-error -a+8 -w -32-70 -w +a-4-32-40-42-44-70
|
||||
-color always -safe-string -strict-sequence)
|
||||
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20
|
||||
-inline 100)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue