This commit is contained in:
2024-12-06 18:24:33 +01:00
parent 379d57b124
commit 431a1f2b13
2 changed files with 144 additions and 1 deletions

View File

@@ -4,4 +4,7 @@ cmd /c "(ocamlc main.ml) && camlprog.exe"
Libraries:
ocamlfind ocamlc -linkpkg -package str main.ml && ./camlprog
cmd /c "(ocamlfind ocamlc -linkpkg -package str main.ml) && camlprog.exe"
cmd /c "(ocamlfind ocamlc -linkpkg -package str main.ml) && camlprog.exe"
Optimization:
ocamlc can be replaced with ocamlopt to produce faster code but the compilation is slow