aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-12-26 12:00:16 +0000
committergingerBill <bill@gingerbill.org>2018-12-26 12:00:16 +0000
commit1f2fdddc6d096f731e880b37ce8d7c8a4161be92 (patch)
treeeb07d8bc02ee2bb3e8ec0a96f02ee760103cf27a /build.bat
parent956dd26aa0c031709f006d3fec0ef0c5add87e1b (diff)
Support #! comments
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 95d99a9d0..9f1de7f02 100644
--- a/build.bat
+++ b/build.bat
@@ -42,7 +42,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin run examples/demo/demo.odin -keep-temp-files
+ && odin run examples/demo/demo.odin -debug -keep-temp-files
del *.obj > NUL 2> NUL