dect
/
libdect
Archived
13
0
Fork 0

build: enable -fstack-protector

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-02-18 05:12:18 +01:00
parent 145cff18ad
commit 09f26e091b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ CPPFLAGS += @CPPFLAGS@
CFLAGS += @CFLAGS@ @DEFS@
CFLAGS += -include config.h -I include
CFLAGS += -fstack-protector-all
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations