disable --max in 32-bit mode

This commit is contained in:
Yann Collet
2025-02-09 23:16:14 -08:00
parent 1603cbe83e
commit 468e1453a5
2 changed files with 22 additions and 13 deletions
+2 -2
View File
@@ -163,8 +163,8 @@ the last one takes effect.
`--memory=windowSize` needs to be passed to the decompressor.
* `--max`:
set advanced parameters to maximum compression.
warning: this setting uses a lot of resources and is very slow.
note that the amount of resource required is typically too large for 32-bit.
warning: this setting is very slow and uses a lot of resources.
It's inappropriate for 32-bit mode and therefore disabled in this mode.
* `-D DICT`:
use `DICT` as Dictionary to compress or decompress FILE(s)
* `--patch-from FILE`: