Run the game in ReleaseSafe by default.

fixes #409
This commit is contained in:
IntegratedQuantum 2025-02-23 15:52:54 +01:00
parent a5c3f2e65b
commit 02710fdba6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
cd "$(dirname "$0")"
./debug_linux.sh -Doptimize=ReleaseFast "$@"
./debug_linux.sh -Doptimize=ReleaseSafe "$@"
if [ ! $NO_PAUSE ]; then
echo "Press enter key to continue. (Or export NO_PAUSE=1 to skip this prompt.)"

View File

@ -2,7 +2,7 @@
cd /D "%~dp0"
call debug_windows.bat -Doptimize=ReleaseFast %*
call debug_windows.bat -Doptimize=ReleaseSafe %*
IF "%NO_PAUSE%" == "" (
echo Press enter key to continue. (Or set NO_PAUSE=1 to skip this prompt.^)