blob: 142f06ec1f3166a15a62bdba94d04ef4787fc2cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# dune exec day2
# OCAMLPARAM: unset
# Shared cache: disabled
# Shared cache location: /home/santo/.cache/dune/db
# Workspace root: /home/santo/code/aoc/2023/ocaml/day2
# Auto-detected concurrency: 8
# Dune context:
# { name = "default"
# ; kind = "default"
# ; profile = Dev
# ; merlin = true
# ; fdo_target_exe = None
# ; build_dir = In_build_dir "default"
# ; installed_env =
# map
# { "INSIDE_DUNE" :
# "/home/santo/code/aoc/2023/ocaml/day2/_build/default"
# ; "OCAML_COLOR" : "always"
# ; "OPAMCOLOR" : "always"
# }
# ; instrument_with = []
# }
$ /home/santo/.opam/default/bin/ocamlc.opt -config > /tmp/dune_e1b366_output
|