提交 794e533a 编写于 作者: N nah

Ignore unused functions on linux.

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