luci-0.8: remove -Werror from CFLAGS, prevents SDK from working on most hosts
This commit is contained in:
parent
3358db7faf
commit
16572ca099
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RANLIB = ranlib
|
||||||
CFLAGS = -O2
|
CFLAGS = -O2
|
||||||
FPIC = -fPIC
|
FPIC = -fPIC
|
||||||
EXTRA_CFLAGS = --std=gnu99
|
EXTRA_CFLAGS = --std=gnu99
|
||||||
WFLAGS = -Wall -Werror -pedantic
|
WFLAGS = -Wall -pedantic
|
||||||
CPPFLAGS =
|
CPPFLAGS =
|
||||||
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
|
COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) $(WFLAGS)
|
||||||
ifeq ($(OS),Darwin)
|
ifeq ($(OS),Darwin)
|
||||||
|
|
Loading…
Reference in a new issue