From f7bdafcfaecfb6d93124c0968c198b323f28aa5a Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 17 Feb 2016 11:00:34 -0800 Subject: [PATCH] Format change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d04b099..bb21431 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC ?= clang CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong -LDFLAGS ?= $(CFLAGS) -z now -z relro +LDFLAGS ?= $(CFLAGS) -Wl,-z,relro -Wl,-z,now LIBS ?= -luuid -ljansson all: adsbus