mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
12 lines
303 B
Text
12 lines
303 B
Text
|
|
(env
|
|
(_
|
|
(flags :standard -warn-error -a+8 -w -32-70 -color always -safe-string -strict-sequence)
|
|
(ocamlopt_flags :standard -O3 -unbox-closures -unbox-closures-factor 20
|
|
-inline 100)
|
|
))
|
|
|
|
(executable
|
|
(name mdx_runner)
|
|
(libraries containers)
|
|
(modules mdx_runner))
|