summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-10 20:34:48 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-10 20:34:48 -0400
commitcc4a2bb0c31e37cca79b7e31f3edd70227c4fd18 (patch)
tree007e6c66a57faf8d7ca08d9b6dc086bb59edcfc4 /make-linux.mk
parente4dc46741f7fee7b255d484a6493dbfd27c3abbf (diff)
downloadinfinitytier-cc4a2bb0c31e37cca79b7e31f3edd70227c4fd18.tar.gz
infinitytier-cc4a2bb0c31e37cca79b7e31f3edd70227c4fd18.zip
filled out hendlers
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index e30f210c..06991c46 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -85,7 +85,7 @@ else
CFLAGS+=-Wall -fPIE -fvisibility=hidden -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector
CXXFLAGS+=-Wall -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
- LDFLAGS=-ldl -pie -Wl,-z,relro,-z,now
+ LDFLAGS=-ldl -pie -Wl,-z,relro,-z,now
STRIP=strip --strip-all
endif