mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
DUNE_OPTS="--profile=release --display=quiet"
|
|
exec dune exec $DUNE_OPTS bench/trace_tldrs.exe -- $@
|