diff options
author | Janjaap Bos <janjaap.bos@capitar.com> | 2015-10-17 00:15:10 +0200 |
---|---|---|
committer | Janjaap Bos <janjaap.bos@capitar.com> | 2015-10-17 00:15:10 +0200 |
commit | 82e0abc4be82c15257598c993acd663a305a8f68 (patch) | |
tree | 1472d133e2a18e6fa13b3de35a8607ac40a246f3 | |
parent | 5db538d85ef739fa969a5b71d294501ac0bb5335 (diff) | |
download | infinitytier-82e0abc4be82c15257598c993acd663a305a8f68.tar.gz infinitytier-82e0abc4be82c15257598c993acd663a305a8f68.zip |
Fix for cross compiling
-rw-r--r-- | make-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk index 2ef9b985..855f7aae 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -86,7 +86,7 @@ else CXXFLAGS?=-O3 -fstack-protector CXXFLAGS+=-Wall -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS) LDFLAGS=-pie -Wl,-z,relro,-z,now - STRIP=strip --strip-all + STRIP+=--strip-all endif # Uncomment for gprof profile build |