summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-14 11:15:21 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-14 11:15:21 +0200
commit5db745cd2a74f6ed2e52f5c716c08ed0daf17ebc (patch)
treea374b08cf845e52bb780d303b316e81407e52cba /README
parent44b333d4615b5aabc557a0e1b6bb0096da3fae24 (diff)
downloadxz-5db745cd2a74f6ed2e52f5c716c08ed0daf17ebc.tar.gz
Added a note to README that --disable-assembler
must be used on Darwin.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index b56331a..8afb8da 100644
--- a/README
+++ b/README
@@ -115,6 +115,10 @@ configure options
code, which is suitable for use in shared libraries and
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
Omits precomputed tables. This makes liblzma a few KiB
smaller. Startup time increases, because the tables need