summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@zerotier.com>2015-09-11 14:00:42 -0400
committerJoseph Henry <joseph.henry@zerotier.com>2015-09-11 14:00:42 -0400
commit5a5a513b1846210baf1036b194e43138da64bba7 (patch)
tree7517aeeaf0e267967f7956dc82631a2e81e6e803 /make-linux.mk
parentcc4a2bb0c31e37cca79b7e31f3edd70227c4fd18 (diff)
downloadinfinitytier-5a5a513b1846210baf1036b194e43138da64bba7.tar.gz
infinitytier-5a5a513b1846210baf1036b194e43138da64bba7.zip
small method changes
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 06991c46..260bf1e4 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -84,7 +84,7 @@ else
CFLAGS?=-O3 -fstack-protector
CFLAGS+=-Wall -fPIE -fvisibility=hidden -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector
- CXXFLAGS+=-Wall -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
+ CXXFLAGS+=-Wall -Wreorder -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
LDFLAGS=-ldl -pie -Wl,-z,relro,-z,now
STRIP=strip --strip-all
endif