diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-15 23:40:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-15 23:40:08 +0200 |
commit | f2c184be835fbcbd04d06fce22783c6a5d37b563 (patch) | |
tree | 62f0f5ca34a5768e0472cd4a7527801018e2af25 /archival/Config.in | |
parent | ba98603264125aceac59c36a36dfbee0f7f67c7f (diff) |
unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in index 71b953819..cae7f20bb 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -298,8 +298,8 @@ config FEATURE_LZMA_FAST default n depends on UNLZMA help - This option reduces decompression time by about 33% at the cost of - a 2K bigger binary. + This option reduces decompression time by about 25% at the cost of + a 1K bigger binary. config UNZIP bool "unzip" |