No longer force any compiler flag

This commit is contained in:
Pierre Pronchery 2017-07-30 16:21:02 +02:00
parent 545675fc09
commit 735b34f64d

View File

@ -1,8 +1,8 @@
targets=embed,title targets=embed,title
cppflags_force=-I ../../include cppflags_force=-I ../../include
cppflags= cppflags=
cflags_force=-W `pkg-config --cflags libDesktop` cflags_force=`pkg-config --cflags libDesktop`
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector cflags=-W -Wall -g -O2 -pedantic -fPIC -fstack-protector
ldflags_force=`pkg-config --libs libDesktop` ldflags_force=`pkg-config --libs libDesktop`
ldflags=-Wl,-z,relro -Wl,-z,now ldflags=-Wl,-z,relro -Wl,-z,now
dist=Makefile dist=Makefile