From 2daefb44d5be0b15e0da9cc9bfacd9adfdb74549 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 17 Feb 2016 10:56:47 -0800 Subject: [PATCH] More security. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 87e46fe..d04b099 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC ?= clang -CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIC -pie -LDFLAGS ?= -Wall -O4 -fPIC -pie +CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong +LDFLAGS ?= $(CFLAGS) -z now -z relro LIBS ?= -luuid -ljansson all: adsbus