### Starting build. # Target: code.ml.depends, tags: { bin_annot, debug, extension:ml, file:code.ml, ocaml, ocamldep, package(core), ppx(ppx-jane -as-ppx), quiet, short_paths, thread } ocamlfind ocamldep -package core -ppx 'ppx-jane -as-ppx' -modules code.ml > code.ml.depends # Target: code.cmo, tags: { bin_annot, byte, compile, debug, extension:cmo, extension:ml, file:code.cmo, file:code.ml, implem, ocaml, package(core), ppx(ppx-jane -as-ppx), quiet, short_paths, thread } ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o code.cmo code.ml + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o code.cmo code.ml File "code.ml", line 12, characters 0-16: Warning 50: unattached documentation comment (ignored) File "code.ml", line 28, characters 21-26: Warning 27: unused variable value. File "code.ml", line 26, characters 35-39: Warning 27: unused variable idx1. File "code.ml", line 26, characters 50-54: Warning 27: unused variable idx2. # Target: code.cmx, tags: { bin_annot, compile, debug, extension:cmx, extension:ml, file:code.cmx, file:code.ml, implem, native, ocaml, package(core), ppx(ppx-jane -as-ppx), quiet, short_paths, thread } ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o code.cmx code.ml + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o code.cmx code.ml File "code.ml", line 12, characters 0-16: Warning 50: unattached documentation comment (ignored) File "code.ml", line 28, characters 21-26: Warning 27: unused variable value. File "code.ml", line 26, characters 35-39: Warning 27: unused variable idx1. File "code.ml", line 26, characters 50-54: Warning 27: unused variable idx2. # Target: code.native, tags: { bin_annot, debug, dont_link_with, extension:native, file:code.native, link, native, ocaml, package(core), ppx(ppx-jane -as-ppx), program, quiet, short_paths, thread } ocamlfind ocamlopt -linkpkg -g -thread -package core code.cmx -o code.native # Compilation successful.