mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 02:16:41 -05:00
perf: use release profile in msat.sh
This commit is contained in:
parent
1b6ff0e849
commit
c4da650e45
1 changed files with 1 additions and 1 deletions
2
msat.sh
2
msat.sh
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec dune exec src/main/main.exe -- $@
|
||||
exec dune exec --profile=release src/main/main.exe -- $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue