From 6f4de354f2ae657baaabdebf1b177e5615723eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Mon, 11 Feb 2019 23:45:51 +0100 Subject: [PATCH] full relro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1255730..ec726b5 100644 --- a/Makefile +++ b/Makefile @@ -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