mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Don't set lc=4 with --extreme.
This should reduce the cases where --extreme makes compression worse. On the other hand, some other files may now benefit slightly less from --extreme.
This commit is contained in:
parent
474bac0c33
commit
8fd3ac046d
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ lzma_lzma_preset(lzma_options_lzma *options, uint32_t preset)
|
|||
}
|
||||
|
||||
if (flags & LZMA_PRESET_EXTREME) {
|
||||
options->lc = 4; // FIXME?
|
||||
options->mode = LZMA_MODE_NORMAL;
|
||||
options->mf = LZMA_MF_BT4;
|
||||
if (level == 3 || level == 5) {
|
||||
|
|
Loading…
Reference in a new issue