mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +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__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_DISABLE_COMPRESSION), 1)
|
||||
override DEFS+=-DZT_DISABLE_COMPRESSION
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_TRACE),1)
|
||||
override DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user