mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
build: set ZSTD_LEGACY_SUPPORT=0 in remaining build systems
Summary: Completes the transition to disabled legacy support by default across all build systems. This follows up on the previous Makefile and CMake changes to ensure consistent default behavior regardless of the build system used. Updated build configurations: Meson, tests/Makefile, Visual Studio 2008/2010 projects, and BUCK. Test Plan: Verified changes compile correctly via `make lib-release`. Build system configurations have been updated consistently across all platforms.
This commit is contained in:
parent
6c3e805e50
commit
f818f97be6
8 changed files with 24 additions and 24 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode
|
||||
# ##########################################################################
|
||||
|
||||
ZSTD_LEGACY_SUPPORT ?= 5
|
||||
ZSTD_LEGACY_SUPPORT ?= 0
|
||||
export ZSTD_LEGACY_SUPPORT
|
||||
|
||||
DEBUGLEVEL ?= 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue