提交 e12cef36 编写于 作者: N nah

Don't need to ignore unused functions on linux because I reverted the static commit.

上级 8e671664
...@@ -8,7 +8,6 @@ CFLAGS += -Wno-missing-prototypes ...@@ -8,7 +8,6 @@ CFLAGS += -Wno-missing-prototypes
endif endif
ifeq ($(shell uname -s), Linux) ifeq ($(shell uname -s), Linux)
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
CFLAGS += -Wno-unused-function
endif endif
#DEBUG = -O0 -g #DEBUG = -O0 -g
CFLAGS += $(DEBUG) CFLAGS += $(DEBUG)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册