We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1682d commit 6f4de35Copy full SHA for 6f4de35
Makefile
@@ -3,7 +3,7 @@
3
#
4
# @version 0.1
5
CC= gcc
6
-CFLAGS = -Wall -lX11 -lgif -lImlib2
+CFLAGS = -Wall -lX11 -lgif -lImlib2 -zrelro -znow
7
ALLCFLAGS = $(CFLAGS) $(shell echo | gcc -xc -E -v - 2>&1 | grep -E '^\s' | sed '1d;s/^\s/ -I/' | tr '\n' ' ') # Explictly include system libraries for cdb
8
OBJ= xrootgif.o
9
0 commit comments