We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d9a0c commit 0969e94Copy full SHA for 0969e94
README.md
@@ -69,6 +69,7 @@ cmake --build build
69
|:--------------------|:---------------------------------------------------------------|:-------------:|
70
| MZ_COMPAT | Enables compatibility layer | ON |
71
| MZ_ZLIB | Enables ZLIB compression | ON |
72
+| MZ_ZLIB_FLAVOR | Select ZLIB implementation (auto, zlib-ng, zlib) | auto |
73
| MZ_BZIP2 | Enables BZIP2 compression | ON |
74
| MZ_LZMA | Enables LZMA & XZ compression | ON |
75
| MZ_ZSTD | Enables ZSTD compression | ON |
0 commit comments