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

This commit is contained in:
nah
2016-09-04 10:47:35 -05:00
parent 8e6716645e
commit e12cef36e2

View File

@ -8,7 +8,6 @@ CFLAGS += -Wno-missing-prototypes
endif
ifeq ($(shell uname -s), Linux)
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
CFLAGS += -Wno-unused-function
endif
#DEBUG = -O0 -g
CFLAGS += $(DEBUG)