Fix the default compilation flags
This commit is contained in:
parent
e4e3aae661
commit
36c20a104b
|
@ -1,6 +1,6 @@
|
||||||
targets=camera
|
targets=camera
|
||||||
cflags_force=`pkg-config --cflags libDesktop`
|
cflags_force=`pkg-config --cflags libDesktop` -fPIC
|
||||||
cflags=-W -Wall -g -O2 -fPIC -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||||
#for Gtk+ 3
|
#for Gtk+ 3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user