mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
makea benchs sohuld use profile=release
This commit is contained in:
parent
57e810a882
commit
ba638aeb70
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ doc:
|
|||
BENCH_TARGETS=run_benchs.exe run_bench_hash.exe
|
||||
|
||||
benchs:
|
||||
dune build $(addprefix benchs/, $(BENCH_TARGETS))
|
||||
dune build $(addprefix benchs/, $(BENCH_TARGETS)) --profile=release
|
||||
@for i in $(BENCH_TARGETS) ; do ln -sf _build/default/benchs/$$i ; done
|
||||
|
||||
examples:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue