Add missing compile flag

This commit is contained in:
Cecile Tonglet 2020-09-21 15:40:49 +02:00
parent eb7ffc2bc5
commit 35b77edda9

View file

@ -1,7 +1,7 @@
#!/bin/bash
if [ ${#@} == 0 ]; then
options=(--release)
options=(--release -- --features dev)
else
options=()
fi