perf: use release profile in msat.sh

This commit is contained in:
Simon Cruanes 2019-01-18 22:38:03 -06:00 committed by Guillaume Bury
parent 1b6ff0e849
commit c4da650e45

View file

@ -1,3 +1,3 @@
#!/bin/sh
exec dune exec src/main/main.exe -- $@
exec dune exec --profile=release src/main/main.exe -- $@