From cb629aa2c4bc7af82f7f44149b90a8810afb3b22 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 17 Feb 2016 10:48:34 -0800 Subject: [PATCH] PIE on --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7209566..87e46fe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC ?= clang -CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -LDFLAGS ?= -Wall -O4 +CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIC -pie +LDFLAGS ?= -Wall -O4 -fPIC -pie LIBS ?= -luuid -ljansson all: adsbus