summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-07 16:21:10 +0200
committerkkard2 <[email protected]>2025-09-07 16:21:10 +0200
commit704445e1c469d7856f0e19d30d68cb1b5cecfb83 (patch)
tree3699fc836ca77824e24be26ad794e88c837fe865 /run.bat
parent2e3a8b6b9b7c69a05b36286ef11bf4945e79c5b3 (diff)
make triangle code more performant
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.bat b/run.bat
index 0ec23a4..f58c538 100644
--- a/run.bat
+++ b/run.bat
@@ -1,4 +1,4 @@
del out.exe
del *.obj
-cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7
+cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7 /O2
out.exe