iter/src/dune
Simon Cruanes 399e95b50f
reformat
2024-01-09 17:39:18 -05:00

11 lines
286 B
Text

(library
(name iter)
(public_name iter)
(wrapped false)
(modules Iter IterLabels)
(flags :standard -w +a -warn-error -a+8 -nolabels))
(env
(_
(flags :standard -w +a -warn-error -a+8 -strict-sequence)
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20)))