mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-08 19:48:42 +00:00
Allow ZT_TRACE without debug.
This commit is contained in:
parent
a42d714a87
commit
0b245b031e
@ -88,6 +88,9 @@ else
|
|||||||
LDFLAGS=-pie -Wl,-z,relro,-z,now
|
LDFLAGS=-pie -Wl,-z,relro,-z,now
|
||||||
STRIP=strip --strip-all
|
STRIP=strip --strip-all
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ZT_TRACE),1)
|
||||||
|
DEFS+=-DZT_TRACE
|
||||||
|
endif
|
||||||
|
|
||||||
# Uncomment for gprof profile build
|
# Uncomment for gprof profile build
|
||||||
#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
|
#CFLAGS=-Wall -g -pg -pthread $(INCLUDES) $(DEFS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user