]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
Build an optimized release binary when using `./all compile` by default
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index 07b3140e4797ec0acb332355ae13b18184422008..580e4dbb531f978974e2c89e7b417c42f8c11e89 100755 (executable)
@@ -36,7 +36,7 @@ fi
 
 if [ -f ./all ]; then
        ./all clean -fU -m -r
-       ./all compile -r
+       ./all compile
        export USE_GDB=no
        set -- ./all run "$@"
 elif [ -z "$*" ]; then