diff --git a/build_web.sh b/build_web.sh index 074904c..0082962 100755 --- a/build_web.sh +++ b/build_web.sh @@ -10,7 +10,7 @@ if [[ -v 1 ]]; then ODIN_FLAGS="-debug" elif [ "$1" = "RELEASE" ]; then # unsure if this will work - ODIN_FLAGS="-o:size" + ODIN_FLAGS="-o:minimal" else echo "Usage: