diff --git a/build.sh b/build.sh index b072ea5..59a967c 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ ${#@} == 0 ]; then - options=(--release) + options=(--release -- --features dev) else options=() fi