mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-31 22:40:48 +00:00
Forgot to add ZT_DISABLE_COMPRESSION to linux makefile
This commit is contained in:
parent
6958ba9557
commit
d2af12b6a0
@ -96,6 +96,10 @@ ifeq ($(ZT_SYNOLOGY), 1)
|
|||||||
override DEFS+=-D__SYNOLOGY__
|
override DEFS+=-D__SYNOLOGY__
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ZT_DISABLE_COMPRESSION), 1)
|
||||||
|
override DEFS+=-DZT_DISABLE_COMPRESSION
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_TRACE),1)
|
ifeq ($(ZT_TRACE),1)
|
||||||
override DEFS+=-DZT_TRACE
|
override DEFS+=-DZT_TRACE
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user