diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-19 10:57:14 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-19 10:57:14 +0000 |
| commit | 04fe23a3c860ea29998c290d2a0dc94ee240a53a (patch) | |
| tree | f51b2627345bf3fa251918982759e9cf23dca1e9 /build.bat | |
| parent | 1707e004eca1a2f6406f56db7924da3992618107 (diff) | |
Have different categories for optimization passes
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |