mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Makefile: remove support of legacy formats by default
can still be changed manually by setting `ZSTD_LEGACY_SUPPORT` to a different value
This commit is contained in:
parent
ebc93b0c91
commit
38cce02684
1 changed files with 2 additions and 6 deletions
|
|
@ -28,12 +28,8 @@ LIB_BINDIR ?= $(LIB_SRCDIR)
|
|||
# configures a bunch of other variables to space-optimized defaults.
|
||||
ZSTD_LIB_MINIFY ?= 0
|
||||
|
||||
# Legacy support
|
||||
ifneq ($(ZSTD_LIB_MINIFY), 0)
|
||||
ZSTD_LEGACY_SUPPORT ?= 0
|
||||
else
|
||||
ZSTD_LEGACY_SUPPORT ?= 5
|
||||
endif
|
||||
# Legacy support disabled by default
|
||||
ZSTD_LEGACY_SUPPORT ?= 0
|
||||
ZSTD_LEGACY_MULTITHREADED_API ?= 0
|
||||
|
||||
# Build size optimizations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue