Browse Source

Revert build.bat

gingerBill 4 years ago
parent
commit
07f9e551c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.bat

+ 1 - 1
build.bat

@@ -65,7 +65,7 @@ cl %compiler_settings% "src\main.cpp" /link %linker_settings% -OUT:%exe_name% ^
 	&& odin run examples/demo
 	&& odin run examples/demo
 
 
 if %errorlevel% neq 0 goto end_of_build
 if %errorlevel% neq 0 goto end_of_build
-rem if %release_mode% EQU 0 odin run examples/demo/demo.odin
+if %release_mode% EQU 0 odin run examples/demo/demo.odin
 
 
 del *.obj > NUL 2> NUL
 del *.obj > NUL 2> NUL