Document MZ_ZLIB_FLAVOR

This commit is contained in:
Sebastian Goth
2025-06-19 11:11:28 +02:00
committed by Nathan Moinvaziri
parent 27d9a0cfa2
commit 0969e94b7b

View File

@@ -69,6 +69,7 @@ cmake --build build
|:--------------------|:---------------------------------------------------------------|:-------------:|
| MZ_COMPAT | Enables compatibility layer | ON |
| MZ_ZLIB | Enables ZLIB compression | ON |
| MZ_ZLIB_FLAVOR | Select ZLIB implementation (auto, zlib-ng, zlib) | auto |
| MZ_BZIP2 | Enables BZIP2 compression | ON |
| MZ_LZMA | Enables LZMA & XZ compression | ON |
| MZ_ZSTD | Enables ZSTD compression | ON |