let ocamlopt_c tags arg out =
let tags = tags++"ocaml"++"native" in
Cmd (S [!Options.ocamlopt; A"-c"; Ocaml_arch.forpack_flags_of_pathname arg;
T(tags++"compile"); ocaml_ppflags tags; ocaml_include_flags arg;
A"-o"; Px out (* FIXME ocamlopt bug -o cannot be after the input file *); P arg])