Fix delayed assert collection

This commit is contained in:
gingerBill
2018-05-27 13:49:55 +01:00
parent 307977d4cf
commit 86cf9383ea
5 changed files with 16 additions and 29 deletions
+1 -1
View File
@@ -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