[build] drop -Werror, newer gcc versions emit more warnings, stuff might break on some targets
This commit is contained in:
parent
8338e5e8f5
commit
bf8a7d61cf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RANLIB = ranlib
|
|||
CFLAGS = -O2
|
||||
FPIC = -fPIC
|
||||
EXTRA_CFLAGS = --std=gnu99
|
||||
WFLAGS = -Wall -Werror -pedantic
|
||||
WFLAGS = -Wall -pedantic
|
||||
CPPFLAGS =
|
||||
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
|
||||
ifeq ($(OS),Darwin)
|
||||
|
|
Loading…
Reference in a new issue