mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
chore: modify dune flags in http_of_dir
This commit is contained in:
parent
51e1d1ece5
commit
9ba1a5a328
1 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dune exec ./src/bin/http_of_dir.exe -- $@
|
OPTS="--display=quiet --profile=release"
|
||||||
|
exec dune exec $OPTS ./src/bin/http_of_dir.exe -- $@
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue