Skip to content

Commit 6a33f60

Browse files
committed
DBG: verbose
1 parent e97dbdf commit 6a33f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ ocaml-versions/%.bench: depend check-parallel/% filter/% override_packages/% log
242242
echo "(context (opam (switch $(CONFIG_SWITCH_NAME)) (name $(CONFIG_SWITCH_NAME)_$$i)))"; \
243243
done } > ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME)
244244
opam exec --switch $(CONFIG_SWITCH_NAME) -- rungen _build/$(CONFIG_SWITCH_NAME)_1 $(RUN_CONFIG_JSON) > runs_dune.inc
245-
opam exec --switch $(CONFIG_SWITCH_NAME) -- dune build --profile=release --workspace=ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME) @$(BUILD_BENCH_TARGET);
245+
opam exec --switch $(CONFIG_SWITCH_NAME) -- dune build --verbose --profile=release --workspace=ocaml-versions/.workspace.$(CONFIG_SWITCH_NAME) @$(BUILD_BENCH_TARGET);
246246
@{ if [ "$(BUILD_ONLY)" -eq 0 ]; then \
247247
echo "Executing benchmarks with:"; \
248248
echo " RUN_CONFIG_JSON=${RUN_CONFIG_JSON}"; \

0 commit comments

Comments
 (0)