aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-27 13:49:55 +0100
committergingerBill <bill@gingerbill.org>2018-05-27 13:49:55 +0100
commit86cf9383ea5a15cbc3b41f4e3b5a3ee160a04f64 (patch)
treef5585ebc10b8f9ed26f2b4682189b4f364b06149 /build.bat
parent307977d4cf6a2b0bd2004bd9facbab00d1e5cb57 (diff)
Fix delayed assert collection
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 32e67af1e..f51dde9cc 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
+ && odin check examples/demo/demo.odin
del *.obj > NUL 2> NUL