summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-14 10:14:08 +0200
committerkkard2 <[email protected]>2025-09-14 10:14:08 +0200
commit90d40f283f6e7a8a1c57849841ddee11f362d95e (patch)
tree904705f81a88802baa543b62bbaa120b516b484a /run.bat
parentfe1c224efcfe052fbfc16570d9c9c3cde4ad83ca (diff)
refactored everything
procrastination experience
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 f58c538..0ec23a4 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 /O2
+cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7
out.exe