1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Export ZSTD_LEGACY_SUPPORT in tests/Makefile (#3955)

This doesn't affect most of the targets, but will help me sleep better at night knowing that future refactors won't break the legacy support.

Should have been included in https://github.com/facebook/zstd/pull/3943 but I noticed after that merged, so putting up a separate PR.
This commit is contained in:
Elliot Gorokhovsky
2024-03-12 14:36:54 -04:00
committed by GitHub
parent 5a66afa051
commit 92fbd42894

View File

@ -21,6 +21,7 @@
# ##########################################################################
ZSTD_LEGACY_SUPPORT ?= 5
export ZSTD_LEGACY_SUPPORT
DEBUGLEVEL ?= 2
export DEBUGLEVEL # transmit value to sub-makefiles