aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-03-19 10:57:14 +0000
committergingerBill <bill@gingerbill.org>2020-03-19 10:57:14 +0000
commit04fe23a3c860ea29998c290d2a0dc94ee240a53a (patch)
treef51b2627345bf3fa251918982759e9cf23dca1e9 /build.bat
parent1707e004eca1a2f6406f56db7924da3992618107 (diff)
Have different categories for optimization passes
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 5018eb06e..702031eb3 100644
--- a/build.bat
+++ b/build.bat
@@ -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
)