dune: enable more warnings

This commit is contained in:
Simon Cruanes 2023-06-06 21:53:52 -04:00
parent 81acaaa2cb
commit afeb2b762a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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)))