mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Forgot to add ZT_DISABLE_COMPRESSION to linux makefile
This commit is contained in:
parent
6958ba9557
commit
d2af12b6a0
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue