]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
mappingsupport: don't include lightmaps and levelshots from official map builds
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index 07b3140e4797ec0acb332355ae13b18184422008..afaf50aef75cbe0f27a89041a9c8c97849bc60f8 100755 (executable)
@@ -36,9 +36,9 @@ fi
 
 if [ -f ./all ]; then
        ./all clean -fU -m -r
-       ./all compile -r
+       ./all compile
        export USE_GDB=no
-       set -- ./all run "$@"
+       set -- ./all run -nocrashdialog "$@"
 elif [ -z "$*" ]; then
        case "`uname`" in
                Darwin)