mirror of https://github.com/hak5/openwrt.git
Revert "px5g-standalone: compatibility with fortify-headers"
This reverts commit 0c912eec6d95805d30133f34165a1c4e7cbb4bec. SVN-Revision: 46121lede-17.01
parent
b6d0061fec
commit
a50df0aacf
|
@ -1,7 +1,7 @@
|
||||||
CFLAGS?=-O2
|
CFLAGS?=-O2
|
||||||
CFLAGS+=
|
CFLAGS+=
|
||||||
SFLAGS:=--std=gnu99
|
SFLAGS:=--std=gnu99
|
||||||
WFLAGS:=-Wall -Werror
|
WFLAGS:=-Wall -Werror -pedantic
|
||||||
LDFLAGS?=
|
LDFLAGS?=
|
||||||
BINARY:=px5g
|
BINARY:=px5g
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue