Skip to content

Instantly share code, notes, and snippets.

@rauanmayemir
Created July 25, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rauanmayemir/b23e3178f577997ba674f2858335ba11 to your computer and use it in GitHub Desktop.
Save rauanmayemir/b23e3178f577997ba674f2858335ba11 to your computer and use it in GitHub Desktop.
# dune build app.exe.o
# OCAMLPARAM: unset
$ /usr/bin/getconf _NPROCESSORS_ONLN > /var/folders/zm/5rq5p3x148q1x2_zfpsd8kgr0000gn/T/dune31cf02.output
$ /Users/rauan/.opam/workspace/bin/ocamlc.opt -config > /var/folders/zm/5rq5p3x148q1x2_zfpsd8kgr0000gn/T/dunef9e1c9.output
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamldep.opt -modules -impl app.ml) > _build/default/.app.eobjs/app.ml.d
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamldep.opt -modules -impl binding.ml) > _build/default/.linking_binding.objs/binding.ml.d
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -g -bin-annot -I .linking_binding.objs -no-alias-deps -o .linking_binding.objs/linking_binding.cmo -c -impl linking_binding.ml-gen)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .linking_binding.objs -no-alias-deps -open Linking_binding -o .linking_binding.objs/linking_binding__Binding.cmo -c -impl binding.ml)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I .app.eobjs -I .linking_binding.objs -no-alias-deps -o .app.eobjs/app.cmo -c -impl app.ml)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlopt.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -g -I .linking_binding.objs -intf-suffix .ml-gen -no-alias-deps -o .linking_binding.objs/linking_binding.cmx -c -impl linking_binding.ml-gen)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlc.opt -g -ccopt -g -o bindings.o bindings.c)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlopt.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I .linking_binding.objs -intf-suffix .ml -no-alias-deps -open Linking_binding -o .linking_binding.objs/linking_binding__Binding.cmx -c -impl binding.ml)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlmklib.opt -g -o linking_binding_stubs bindings.o)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlopt.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o linking_binding.cmxa -cclib -llinking_binding_stubs .linking_binding.objs/linking_binding.cmx .linking_binding.objs/linking_binding__Binding.cmx)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlopt.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I .app.eobjs -I .linking_binding.objs -intf-suffix .ml -no-alias-deps -o .app.eobjs/app.cmx -c -impl app.ml)
$ (cd _build/default && /Users/rauan/.opam/workspace/bin/ocamlopt.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o app.exe.o -output-complete-obj -I . linking_binding.cmxa .app.eobjs/app.cmx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment