如何使用 Ocamlbuild 使用启用的配置文件信息进行构建?那里似乎-p
行不通。
现在,我用ocamlopt
这个。例如,
$ ocamlfind ocamlopt -c -p -thread -package core test.ml
$ ocamlfind ocamlopt -p -o test -thread -package core -linkpkg test.cmx
如何做同样的事情
ocamlbuild -user-ocamlfind test.native
如何使用 Ocamlbuild 使用启用的配置文件信息进行构建?那里似乎-p
行不通。
现在,我用ocamlopt
这个。例如,
$ ocamlfind ocamlopt -c -p -thread -package core test.ml
$ ocamlfind ocamlopt -p -o test -thread -package core -linkpkg test.cmx
如何做同样的事情
ocamlbuild -user-ocamlfind test.native