mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
use compiledObject: best for binaries
This commit is contained in:
parent
93119a47e7
commit
9bee9c6d64
1 changed files with 7 additions and 6 deletions
13
_oasis
13
_oasis
|
|
@ -157,7 +157,7 @@ Document containers
|
||||||
Executable run_benchs
|
Executable run_benchs
|
||||||
Path: benchs/
|
Path: benchs/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
Build$: flag(bench) && flag(misc)
|
Build$: flag(bench) && flag(misc)
|
||||||
MainIs: run_benchs.ml
|
MainIs: run_benchs.ml
|
||||||
BuildDepends: containers, containers.misc, containers.advanced,
|
BuildDepends: containers, containers.misc, containers.advanced,
|
||||||
|
|
@ -167,7 +167,7 @@ Executable run_benchs
|
||||||
Executable bench_hash
|
Executable bench_hash
|
||||||
Path: benchs/
|
Path: benchs/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
Build$: flag(bench) && flag(misc)
|
Build$: flag(bench) && flag(misc)
|
||||||
MainIs: bench_hash.ml
|
MainIs: bench_hash.ml
|
||||||
BuildDepends: containers, containers.misc
|
BuildDepends: containers, containers.misc
|
||||||
|
|
@ -190,7 +190,7 @@ PreBuildCommand: make qtest-gen
|
||||||
Executable run_qtest
|
Executable run_qtest
|
||||||
Path: qtest/
|
Path: qtest/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
MainIs: run_qtest.ml
|
MainIs: run_qtest.ml
|
||||||
Build$: flag(tests) && flag(bigarray)
|
Build$: flag(tests) && flag(bigarray)
|
||||||
BuildDepends: containers, containers.misc, containers.string, containers.iter,
|
BuildDepends: containers, containers.misc, containers.string, containers.iter,
|
||||||
|
|
@ -201,7 +201,7 @@ Executable run_qtest
|
||||||
Executable run_tests
|
Executable run_tests
|
||||||
Path: tests/
|
Path: tests/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
MainIs: run_tests.ml
|
MainIs: run_tests.ml
|
||||||
Build$: flag(tests) && flag(misc)
|
Build$: flag(tests) && flag(misc)
|
||||||
BuildDepends: containers, containers.data, oUnit, sequence, gen,
|
BuildDepends: containers, containers.data, oUnit, sequence, gen,
|
||||||
|
|
@ -215,6 +215,7 @@ Test all
|
||||||
Executable lambda
|
Executable lambda
|
||||||
Path: examples/
|
Path: examples/
|
||||||
Install: false
|
Install: false
|
||||||
|
CompiledObject: best
|
||||||
MainIs: lambda.ml
|
MainIs: lambda.ml
|
||||||
Build$: flag(misc)
|
Build$: flag(misc)
|
||||||
BuildDepends: containers, containers.misc
|
BuildDepends: containers, containers.misc
|
||||||
|
|
@ -222,7 +223,7 @@ Executable lambda
|
||||||
Executable id_sexp
|
Executable id_sexp
|
||||||
Path: examples/
|
Path: examples/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
MainIs: id_sexp.ml
|
MainIs: id_sexp.ml
|
||||||
Build$: flag(misc)
|
Build$: flag(misc)
|
||||||
BuildDepends: containers.sexp
|
BuildDepends: containers.sexp
|
||||||
|
|
@ -230,7 +231,7 @@ Executable id_sexp
|
||||||
Executable id_sexp2
|
Executable id_sexp2
|
||||||
Path: examples/
|
Path: examples/
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: native
|
CompiledObject: best
|
||||||
MainIs: id_sexp2.ml
|
MainIs: id_sexp2.ml
|
||||||
Build$: flag(misc)
|
Build$: flag(misc)
|
||||||
BuildDepends: containers.sexp
|
BuildDepends: containers.sexp
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue