Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use ZSTD_defaultCLevel() as it's not available on older version…
…s of zstd (#155) Summary: Pull Request resolved: #155 ZSTD_defaultCLevel() isn't always available on the version of zstd we get in open source, breaking some CI builds on GitHub, but ZSTD_CLEVEL_DEFAULT goes back to version v1.3.5. Reviewed By: hanghu Differential Revision: D60815132 fbshipit-source-id: c3c609cadbcc59749f995eb4fa5b6f27e0bbcc0f
- Loading branch information