Browse Source

Fix for cross compiling

pull/1/head
Janjaap Bos 11 years ago
parent
commit
82e0abc4be
  1. 2
      make-linux.mk

2
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

Loading…
Cancel
Save