From bd47ffe5867790cf84894cc84734a206b6c603d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E6=81=BA?= <1621362626@qq.com> Date: Thu, 21 Aug 2025 15:43:33 +0800 Subject: [PATCH] -os --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 9df153b..b787779 100644 --- a/build.bat +++ b/build.bat @@ -2,4 +2,4 @@ python embed.py 7z a -tzip -mx=9 cyzg.zip main.py backend.py ./components/*.py REM 7z a -tzip -mx=9 data.db.zip data.db timeout /t 1 >nul -gcc -O2 -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all +gcc -Os -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all