mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
parent
a5c3f2e65b
commit
02710fdba6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
./debug_linux.sh -Doptimize=ReleaseFast "$@"
|
./debug_linux.sh -Doptimize=ReleaseSafe "$@"
|
||||||
|
|
||||||
if [ ! $NO_PAUSE ]; then
|
if [ ! $NO_PAUSE ]; then
|
||||||
echo "Press enter key to continue. (Or export NO_PAUSE=1 to skip this prompt.)"
|
echo "Press enter key to continue. (Or export NO_PAUSE=1 to skip this prompt.)"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cd /D "%~dp0"
|
cd /D "%~dp0"
|
||||||
|
|
||||||
call debug_windows.bat -Doptimize=ReleaseFast %*
|
call debug_windows.bat -Doptimize=ReleaseSafe %*
|
||||||
|
|
||||||
IF "%NO_PAUSE%" == "" (
|
IF "%NO_PAUSE%" == "" (
|
||||||
echo Press enter key to continue. (Or set NO_PAUSE=1 to skip this prompt.^)
|
echo Press enter key to continue. (Or set NO_PAUSE=1 to skip this prompt.^)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user