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 74d8a3e commit 7ac8b37Copy full SHA for 7ac8b37
Makefile
@@ -12,6 +12,7 @@
12
# Last Modified : <2025-10-10>
13
#
14
# 请阅读 ./doc/01-开发与构建.md 来使用
15
+#
16
# !!!警告!!!
17
# Windows 用户请使用 just 进行以将 res 文件编译到 exe 内
18
# --------------------------------------------------------------
@@ -146,7 +147,6 @@ build-in-release-mode: CFLAGS += $(CFLAGS_optimization)
146
147
build-in-release-mode:
148
@echo Starting: Build in RELEASE mode: \'$(CC)\' $(CFLAGS) -o $(ReleaseMode-Target-Name)
149
@$(CC) src/chsrc-main.c $(CFLAGS) $(_C_Warning_Flags) -o $(ReleaseMode-Target-Name)
-endif
150
@echo Finished: Build in RELEASE mode
151
152
# CI release mode 的配置在该文件上方
0 commit comments