mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-21 14:36:55 +02:00
remove rustc --release flag
This commit is contained in:
parent
da71e2524c
commit
8ea09ba6bd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ else
|
|||
CXXFLAGS?=-O3 -fstack-protector
|
||||
override CXXFLAGS+=-Wall -Wno-deprecated -std=c++17 -pthread $(INCLUDES) -DNDEBUG $(DEFS)
|
||||
LDFLAGS=-pie -Wl,-z,relro,-z,now
|
||||
RUSTFLAGS=--release
|
||||
RUSTFLAGS=
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_QNAP), 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue