From 82e0abc4be82c15257598c993acd663a305a8f68 Mon Sep 17 00:00:00 2001 From: Janjaap Bos Date: Sat, 17 Oct 2015 00:15:10 +0200 Subject: [PATCH] Fix for cross compiling --- make-linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-linux.mk b/make-linux.mk index 2ef9b9850..855f7aaee 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