We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113a5f6 commit 4419d49Copy full SHA for 4419d49
Makefile
@@ -40,7 +40,7 @@ RC_FILE = resource/resource.rc
40
$(shell mkdir -p $(OUTPUT_DIR) $(ASSET_DIR))
41
42
# 编译选项
43
-CFLAGS = -mwindows -Iinclude -O3 -flto=8 -march=native -ffunction-sections -fdata-sections -fno-strict-aliasing
+CFLAGS = -mwindows -Iinclude -O3 -flto=8 -mtune=generic -ffunction-sections -fdata-sections -fno-strict-aliasing
44
45
# 链接选项 - 添加必要的库并优化
46
LDFLAGS = -lole32 -lshell32 -lcomdlg32 -luuid -lwininet -Wl,--gc-sections -flto=8 -s
0 commit comments