Мануалы и справочники Общие команды
ocamlopt

Команда ocamlopt: опции, ключи и примеры использования

ocamlopt

The OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: https://ocaml.org.

  • Compile a source file:

ocamlopt -o {{path/to/binary}} {{path/to/source_file.ml}}

  • Compile with debugging enabled:

ocamlopt -g -o {{path/to/binary}} {{path/to/source_file.ml}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM