mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
Fix for cross compiling
This commit is contained in:
parent
5db538d85e
commit
82e0abc4be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue