Sort the compilation flags
This commit is contained in:
parent
ffdaaa3390
commit
2b7330bfa5
|
@ -1,9 +1,9 @@
|
||||||
subdirs=backend
|
subdirs=backend
|
||||||
targets=flashlight
|
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_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_force=`pkg-config --libs libDesktop`
|
||||||
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,backend.h,flashlight.h,window.h
|
dist=Makefile,backend.h,flashlight.h,window.h
|
||||||
|
|
||||||
[flashlight]
|
[flashlight]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user