Added a note to README that --disable-assembler
must be used on Darwin.
This commit is contained in:
parent
44b333d461
commit
5db745cd2a
4
README
4
README
|
@ -115,6 +115,10 @@ configure options
|
||||||
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.
|
||||||
|
|
||||||
|
At the moment the assembler code is not compatible with
|
||||||
|
Darwin, so --disable-assembler must be specified when
|
||||||
|
building on Darwin.
|
||||||
|
|
||||||
--enable-small
|
--enable-small
|
||||||
Omits precomputed tables. This makes liblzma a few KiB
|
Omits precomputed tables. This makes liblzma a few KiB
|
||||||
smaller. Startup time increases, because the tables need
|
smaller. Startup time increases, because the tables need
|
||||||
|
|
Loading…
Reference in New Issue