My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Makefile: remove support of legacy formats by default

can still be changed manually by setting `ZSTD_LEGACY_SUPPORT` to a different value

+2 -6
+2 -6
vendor/git/zstd-c/lib/libzstd.mk
··· 28 28 # configures a bunch of other variables to space-optimized defaults. 29 29 ZSTD_LIB_MINIFY ?= 0 30 30 31 - # Legacy support 32 - ifneq ($(ZSTD_LIB_MINIFY), 0) 33 - ZSTD_LEGACY_SUPPORT ?= 0 34 - else 35 - ZSTD_LEGACY_SUPPORT ?= 5 36 - endif 31 + # Legacy support disabled by default 32 + ZSTD_LEGACY_SUPPORT ?= 0 37 33 ZSTD_LEGACY_MULTITHREADED_API ?= 0 38 34 39 35 # Build size optimizations