Skip to content

Commit

Permalink
full relro
Browse files Browse the repository at this point in the history
  • Loading branch information
jroeger23 committed Feb 11, 2019
1 parent 3c1682d commit 6f4de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# @version 0.1
CC= gcc
CFLAGS = -Wall -lX11 -lgif -lImlib2
CFLAGS = -Wall -lX11 -lgif -lImlib2 -zrelro -znow
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
OBJ= xrootgif.o

Expand Down

0 comments on commit 6f4de35

Please sign in to comment.