By rushing the last PR I made a terrible blunder of forgetting that ocamlc is the bytecode compiler, and ocamlopt the native one. This renames the option just added to a more proper --ocamlopt, and introduces --ocamlc for bytecode, which is also now tested.
By rushing the last PR I made a terrible blunder of forgetting that
ocamlc
is the bytecode compiler, andocamlopt
the native one. This renames the option just added to a more proper--ocamlopt
, and introduces--ocamlc
for bytecode, which is also now tested.