1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

[lib] Add ZSTD_COMPRESS_HEAPMODE tuning parameter

This commit is contained in:
Nick Terrell
2020-09-24 17:52:16 -07:00
parent b841387218
commit 6a1e526ea7
2 changed files with 21 additions and 0 deletions

View File

@ -36,6 +36,7 @@ libzstd:
-DSTATIC_BMI2=0 \
-DZSTD_ADDRESS_SANITIZER=0 \
-DZSTD_MEMORY_SANITIZER=0 \
-DZSTD_COMPRESS_HEAPMODE=1 \
-UZSTD_NO_INLINE \
-UNO_PREFETCH \
-U__cplusplus \