]> git.ipfire.org Git - thirdparty/zstd.git/commit
build: set ZSTD_LEGACY_SUPPORT=0 in remaining build systems
authorYann Collet <cyan@meta.com>
Thu, 18 Dec 2025 21:24:02 +0000 (13:24 -0800)
committerYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 21:25:47 +0000 (13:25 -0800)
commitf818f97be64bdbd6989c80ea92b034c1965eadde
tree623a7dfdbc272b2562b786d5edb193ffee85e301
parent6c3e805e5061b2f800b2664ce7b09d0a4cc34f6f
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.
build/VS2008/zstd/zstd.vcproj
build/VS2008/zstdlib/zstdlib.vcproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj
build/meson/meson_options.txt
lib/BUCK
tests/Makefile