test(tests/playground/Makefile): re-add original ocamlopt parameters
This reverts commit 8e212ef9d9.
This commit is contained in:
parent
069c07fa39
commit
3b06c52d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ run_binarytrees.hs.out: binarytrees.hs.out
|
|||
time ./binarytrees.hs.out +RTS -N4 -K128M -H -RTS 21
|
||||
|
||||
binarytrees.ml.out: binarytrees.ocaml-2.ml
|
||||
ocamlopt -O3 unix.cmxa binarytrees.ocaml-2.ml -o binarytrees.ml.out
|
||||
ocamlopt -noassert -unsafe -fPIC -nodynlink -inline 100 -O3 unix.cmxa binarytrees.ocaml-2.ml -o binarytrees.ml.out
|
||||
|
||||
run_binarytrees.ml.out: binarytrees.ml.out
|
||||
time ./binarytrees.ml.out 21
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue