summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-07 11:02:24 +0200
committerkkard2 <[email protected]>2025-09-07 11:02:24 +0200
commit14288e6b15e8c8a61ccfcf859583268529776f11 (patch)
tree732c3c71cb5735b36987c60095bb6e3033c22bd8 /run.bat
parentc58b1427aade2976058aca1c246ce740044913bc (diff)
handle some edge cases with 0 sized canvas
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 0eb177d..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
+cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7
out.exe