Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev

This commit is contained in:
Grant Limberg 2019-12-17 10:56:53 -08:00
commit 28df0c2e38
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -13,7 +13,7 @@ ifeq ($(ZT_SANITIZE),1)
endif
# "make debug" is a shortcut for this
ifeq ($(ZT_DEBUG),1)
CFLAGS+=-Wall -Werror -g -pthread $(INCLUDES) $(DEFS)
CFLAGS+=-Wall -g -pthread $(INCLUDES) $(DEFS)
LDFLAGS+=
STRIP=echo
ZT_TRACE=1