Remove building of ZBUFF/deprecated folder by default

This commit is contained in:
senhuang42 2021-04-19 17:12:00 -04:00
parent 12c045f74d
commit 3b98987496

View File

@ -91,7 +91,7 @@ endif
ZSTD_LIB_COMPRESSION ?= 1
ZSTD_LIB_DECOMPRESSION ?= 1
ZSTD_LIB_DICTBUILDER ?= 1
ZSTD_LIB_DEPRECATED ?= 1
ZSTD_LIB_DEPRECATED ?= 0
# Legacy support
ZSTD_LEGACY_SUPPORT ?= 5