]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Fix snapshot build optimization
authorLizzy Fleckenstein <eliasfleckenstein@web.de>
Mon, 19 Dec 2022 14:52:25 +0000 (15:52 +0100)
committerLizzy Fleckenstein <eliasfleckenstein@web.de>
Mon, 19 Dec 2022 14:52:25 +0000 (15:52 +0100)
snapshot.sh

index 95448620551ad720f437f4841b6e40f031cd1393..290617fbb22409ca9ff3968757d47f1a8770bd93 100755 (executable)
@@ -11,7 +11,7 @@ snapshot="dragonblocks_alpha-$version"
 toolchain=""
 dotexe=""
 dotsh=".sh"
-flags="-Ofast"
+flags="-O2"
 
 if [[ "$1" != "" ]]; then
        build="$build-$1"