mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Allow ZT_TRACE without debug.
This commit is contained in:
parent
a42d714a87
commit
0b245b031e
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ else
|
|||
LDFLAGS=-pie -Wl,-z,relro,-z,now
|
||||
STRIP=strip --strip-all
|
||||
endif
|
||||
ifeq ($(ZT_TRACE),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
||||
# Uncomment for gprof profile build
|
||||
#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
|
||||
|
|
Loading…
Add table
Reference in a new issue