mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Add missing compile flag
This commit is contained in:
parent
eb7ffc2bc5
commit
35b77edda9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ${#@} == 0 ]; then
|
||||
options=(--release)
|
||||
options=(--release -- --features dev)
|
||||
else
|
||||
options=()
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue