mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build.
This commit is contained in:
parent
e4d1aba3f8
commit
906e49ff72
3 changed files with 16 additions and 1 deletions
|
@ -13,6 +13,11 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
|||
DEFS+=-DZT_OFFICIAL_RELEASE
|
||||
endif
|
||||
|
||||
# Build with ZT_ENABLE_CLUSTER=1 to build with cluster support
|
||||
ifeq ($(ZT_ENABLE_CLUSTER),1)
|
||||
DEFS+=-DZT_ENABLE_CLUSTER
|
||||
endif
|
||||
|
||||
# "make debug" is a shortcut for this
|
||||
ifeq ($(ZT_DEBUG),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue