Merge pull request #261 from janjaapbos/synology

Fix for cross compiling
This commit is contained in:
Adam Ierymenko 2015-11-30 11:07:20 -08:00
commit 6c0de526e8

View File

@ -75,7 +75,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
ifeq ($(ZT_TRACE),1)
DEFS+=-DZT_TRACE