mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Respect user LDFLAGS
* Respect user LDFLAGS instead of replacing them. Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
e915d10953
commit
9ec6c2901c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ else
|
|||
override CFLAGS+=-Wall -Wno-deprecated -pthread $(INCLUDES) -DNDEBUG $(DEFS)
|
||||
CXXFLAGS?=-O3 -fstack-protector
|
||||
override CXXFLAGS+=-Wall -Wno-deprecated -std=c++17 -pthread $(INCLUDES) -DNDEBUG $(DEFS)
|
||||
LDFLAGS=-pie -Wl,-z,relro,-z,now
|
||||
LDFLAGS?=-pie -Wl,-z,relro,-z,now
|
||||
ZT_CARGO_FLAGS=--release
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue