mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
silence warning 70
This commit is contained in:
parent
7ae113b6dc
commit
60a1614919
1 changed files with 1 additions and 1 deletions
2
src/dune
2
src/dune
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
(env
|
(env
|
||||||
(_
|
(_
|
||||||
(flags :standard -warn-error -3 -color always)
|
(flags :standard -warn-error -3 -w -70 -color always)
|
||||||
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20
|
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20
|
||||||
-inline 100)
|
-inline 100)
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue