Sort the compilation flags

This commit is contained in:
Pierre Pronchery 2016-06-12 00:49:12 +02:00
parent ffdaaa3390
commit 2b7330bfa5

View File

@ -1,9 +1,9 @@
subdirs=backend
targets=flashlight
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags=-pie -Wl,-z,relro -Wl,-z,now
cflags_force=`pkg-config --cflags libDesktop`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libDesktop`
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,backend.h,flashlight.h,window.h
[flashlight]