From 92fbd42894e4dd9d58d3184923b17dda94ca6b44 Mon Sep 17 00:00:00 2001 From: Elliot Gorokhovsky Date: Tue, 12 Mar 2024 14:36:54 -0400 Subject: [PATCH] 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. --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 3550b7a9c62..ed3692a24e8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -21,6 +21,7 @@ # ########################################################################## ZSTD_LEGACY_SUPPORT ?= 5 +export ZSTD_LEGACY_SUPPORT DEBUGLEVEL ?= 2 export DEBUGLEVEL # transmit value to sub-makefiles