chore: add common dune file

This commit is contained in:
Simon Cruanes 2019-02-26 22:46:13 -06:00
parent c79a5a4798
commit 57147cea85

5
src/dune Normal file
View file

@ -0,0 +1,5 @@
(env
(_
(flags :standard -warn-error -3-32 -color always -safe-string -short-paths)
(ocamlopt_flags :standard -O3 -color always -unbox-closures -unbox-closures-factor 20)))