mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Merge pull request #1087 from skunkwerks/dev
drop -Werror from DEBUG builds
This commit is contained in:
commit
91d679af15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue