mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
* Enable ZSTD compression filter Description diff-4: Randomize Knob Compression filter selection diff-3: Minor refactoring diff-2: Limit ZSTD availability to CLANG compiler diff-1: Add ZSTD compression option to BlobGranule tests Major changes includes: 1. Update FDB CMake to download, install and build Boost with ZSTD compatibility 2. Update CompressionUtils to enable boost::iostreams::zstd compression filter Testing CompressionUtilsUnit.toml BlobGranuleCorrectness/BlobGranuleCorrectnessClean devRunCorrectness - 100K (in-progress)
3 lines
179 B
CMake
3 lines
179 B
CMake
using @BOOST_TOOLSET@ : : @BOOST_CXX_COMPILER@ : @BOOST_ADDITIONAL_COMPILE_OPTIONS@ ;
|
|
using zstd : 1.5.2 : <include>/@CMAKE_BINARY_DIR@/zstd/lib <search>/@CMAKE_BINARY_DIR@/lib ;
|