mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Add reminder to set CFLAGS to readme.
This commit is contained in:
parent
c1055d173e
commit
f424af288b
4
README
4
README
|
|
@ -308,6 +308,10 @@ A. See http://www.7-zip.org and http://www.p7zip.org. Also, see the file
|
|||
./lzma/C/lzmalib.h which explains the LZMA properties used and the LZMA
|
||||
memory requirements and computation.
|
||||
|
||||
Q. This version is much slower than the old version?
|
||||
A. Make sure you have set CFLAGS and CXXFLAGS. An unoptimised build will be
|
||||
almost 3 times slower.
|
||||
|
||||
LIMITATIONS
|
||||
Due to mmap limitations the maximum size a window can be set to is currently
|
||||
2GB on 32bit unless the -U option is specified. Files generated on 64 bit
|
||||
|
|
|
|||
Loading…
Reference in a new issue