mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Add ZT_DEBUG to DEFS when specified
This commit is contained in:
parent
da898d5a19
commit
1d15d4e8d3
2 changed files with 12 additions and 7 deletions
|
@ -92,6 +92,10 @@ ifeq ($(ZT_TRACE),1)
|
|||
DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_DEBUG),1)
|
||||
DEFS+=-DZT_DEBUG
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_VAULT_SUPPORT),1)
|
||||
DEFS+=-DZT_VAULT_SUPPORT=1
|
||||
LIBS+=-lcurl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue