mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
12 lines
287 B
Text
12 lines
287 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)))
|