Skip to content

Commit

Permalink
Export ZSTD_LEGACY_SUPPORT in tests/Makefile (facebook#3955)
Browse files Browse the repository at this point in the history
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 facebook#3943 but I noticed after that merged, so putting up a separate PR.
  • Loading branch information
embg authored Mar 12, 2024
1 parent 5a66afa commit 92fbd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# ##########################################################################

ZSTD_LEGACY_SUPPORT ?= 5
export ZSTD_LEGACY_SUPPORT

DEBUGLEVEL ?= 2
export DEBUGLEVEL # transmit value to sub-makefiles
Expand Down

0 comments on commit 92fbd42

Please sign in to comment.