mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -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
|
||||
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