mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-02 18:57:10 -04:00
parent
a5c3f2e65b
commit
02710fdba6
@ -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.)"
|
||||
|
@ -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.^)
|
||||
|
Loading…
x
Reference in New Issue
Block a user