mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Streamlined debug output code
This commit is contained in:
parent
e5fad005a9
commit
d1a22a0878
10 changed files with 211 additions and 288 deletions
|
@ -29,7 +29,8 @@ endif
|
|||
UNAME_M=$(shell uname -m)
|
||||
|
||||
INCLUDES=-Iext/lwip/src/include -Iext/lwip/src/include/ipv4 -Iext/lwip/src/include/ipv6
|
||||
DEFS=-DZT_ENABLE_NETCON
|
||||
DEFS=-DZT_ENABLE_NETCON #-DVERBOSE
|
||||
CXXFLAGS+=-Wc++11-compat-deprecated-writable-strings
|
||||
LDLIBS?=
|
||||
|
||||
include objects.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue