diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-14 11:15:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-14 11:15:21 +0200 |
commit | 5db745cd2a74f6ed2e52f5c716c08ed0daf17ebc (patch) | |
tree | a374b08cf845e52bb780d303b316e81407e52cba /README | |
parent | Use the filename suffix .S instead of .s for assembler files (diff) | |
download | xz-5db745cd2a74f6ed2e52f5c716c08ed0daf17ebc.tar.xz |
Added a note to README that --disable-assembler
must be used on Darwin.
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |