From 14288e6b15e8c8a61ccfcf859583268529776f11 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 7 Sep 2025 11:02:24 +0200 Subject: handle some edge cases with 0 sized canvas --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.bat') 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 -- cgit v1.3.1