Updated README regarding the assembler optimizations.

This commit is contained in:
Lasse Collin 2008-01-07 11:23:13 +02:00
parent eacb805043
commit ecb2a6548f
1 changed files with 5 additions and 5 deletions

10
README
View File

@ -113,11 +113,11 @@ configure options
All the assembler code in liblzma is position-independent All the assembler code in liblzma is position-independent
code, which is suitable for use in shared libraries and code, which is suitable for use in shared libraries and
position-independent executables. position-independent executables. So far only i386
instructions are used, but the code is optimized for i686
At the moment the assembler code is not compatible with class CPUs. If you are compiling liblzma exclusively for
Darwin, so --disable-assembler must be specified when pre-i686 systems, you may want to disable the assembler
building on Darwin. code.
--enable-small --enable-small
Omits precomputed tables. This makes liblzma a few KiB Omits precomputed tables. This makes liblzma a few KiB