aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-02-23 23:30:03 +0000
committergingerBill <bill@gingerbill.org>2019-02-23 23:30:03 +0000
commitcdfaa643ccdc54e0fba3bc43536f33e5ae8debac (patch)
treed54fd533fadd1d33ba65ba41532e34a400e53333 /build.bat
parent989cc893ef2aa770e788f4e56adbe3c8311fdc57 (diff)
Reimplement -collection; remove `static` from Odin tokenizer/parser in core library
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