ZSTD_maxCLevel now limited to 21 for 32-bit binaries.

CI tests for constrained memory runs with max level on 32-bit binaries.
This commit is contained in:
Yonatan Komornik
2021-11-30 10:31:52 -08:00
parent c2c6a4ab40
commit ef2cba609d
6 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
/*-===== Pre-defined compression levels =====-*/
#define ZSTD_MAX_CLEVEL 22
#define ZSTD_MAX_CLEVEL 22
#define ZSTD_MAX_32BIT_CLEVEL 21
#ifdef __GNUC__
__attribute__((__unused__))