Have different categories for optimization passes

This commit is contained in:
gingerBill
2020-03-19 10:57:14 +00:00
parent 1707e004ec
commit 04fe23a3c8
4 changed files with 475 additions and 197 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin -llvm-api
&& odin run examples/demo/demo.odin -llvm-api -keep-temp-files
if %errorlevel% neq 0 (
goto end_of_build
)