diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-02 09:43:51 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-02 09:43:51 +0300 |
commit | 173368911cf09ab0b03fc4db8f3d4b81d86dce32 (patch) | |
tree | a6390a5a3094e66064e1bb7eea28b5e439440628 | |
parent | Refactored option parsing. (diff) | |
download | xz-173368911cf09ab0b03fc4db8f3d4b81d86dce32.tar.xz |
Mention in INSTALL that --enable-small doesn't modify CFLAGS.
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -222,6 +222,10 @@ XZ Utils Installation means that the RAM holding the tables won't be shared between applications linked against shared liblzma. + This option doesn't modify CFLAGS to tell the compiler + to optimize for size. You need to add -Os or equivalent + flag(s) to CFLAGS manually. + --disable-threads Disable threading support. This makes some things thread-unsafe, meaning that if multithreaded application |