Compile with -fstack-protector by default
This commit is contained in:
parent
020c88abc7
commit
efa4fc7d00
|
@ -1,7 +1,7 @@
|
|||
targets=libDesktop
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -fPIC -pedantic
|
||||
cflags=-Wall -g -O2 -fPIC -pedantic -fstack-protector
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
dist=Makefile
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=widget
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
ldflags=$(OBJDIR)../src/libDesktop.a
|
||||
dist=Makefile
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=widget
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
cflags=-Wall -g -O2 -pedantic -fstack-protector
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
ldflags=$(OBJDIR)../src/libDesktop.a
|
||||
dist=Makefile
|
||||
|
|
Loading…
Reference in New Issue
Block a user