mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
10 lines
438 B
Text
10 lines
438 B
Text
(executables
|
|
(names run_benchs run_bench_hash run_objsize)
|
|
(libraries containers containers-data threads
|
|
containers.lfqueue
|
|
containers-thread benchmark gen iter qcheck oseq
|
|
batteries base sek)
|
|
(flags :standard -warn-error -3-5 -safe-string -color always -open CCShims_)
|
|
(optional)
|
|
(ocamlopt_flags :standard -O3 -color always
|
|
-unbox-closures -unbox-closures-factor 20))
|