mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-20 17:07:32 +08:00
Don't need to ignore unused functions on linux because I reverted the static commit.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user