aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 402d8842c..58ae69f93 100644
--- a/build.bat
+++ b/build.bat
@@ -42,8 +42,8 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin run examples/demo/demo.odin
+ && odin run examples/demo/demo.odin -keep-temp-files
del *.obj > NUL 2> NUL
-:end_of_build \ No newline at end of file
+:end_of_build