Skip to content

Commit 6f4de35

Browse files
committed
full relro
1 parent 3c1682d commit 6f4de35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# @version 0.1
55
CC= gcc
6-
CFLAGS = -Wall -lX11 -lgif -lImlib2
6+
CFLAGS = -Wall -lX11 -lgif -lImlib2 -zrelro -znow
77
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
88
OBJ= xrootgif.o
99

0 commit comments

Comments
 (0)