Skip to content

Conversation

georgthegreat
Copy link

Fixes #254

unsigned our_hardcoded_version = 10507;
if (ZSTD_VERSION_NUMBER != our_hardcoded_version ||
zstd_ver_no != our_hardcoded_version) {
unsigned zstd_version_min = 10506;
Copy link
Author

@georgthegreat georgthegreat Aug 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed in 41f6dfa but it does not seem necessary, there are no actual ABI deps on 1.5.7

@georgthegreat
Copy link
Author

@indygreg, could you, please, take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eliminate zstd version checking at runtime
1 participant