mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
24 lines
373 B
Text
24 lines
373 B
Text
(executables
|
|
(names run_benchs run_bench_hash run_objsize)
|
|
(libraries
|
|
containers
|
|
containers_pvec
|
|
containers-data
|
|
benchmark
|
|
gen
|
|
iter
|
|
qcheck
|
|
oseq
|
|
batteries
|
|
base
|
|
sek)
|
|
(flags :standard -warn-error -3-5 -w -60 -safe-string -color always)
|
|
(optional)
|
|
(ocamlopt_flags
|
|
:standard
|
|
-O3
|
|
-color
|
|
always
|
|
-unbox-closures
|
|
-unbox-closures-factor
|
|
20))
|