aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-09-02 09:43:51 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-09-02 09:43:51 +0300
commit173368911cf09ab0b03fc4db8f3d4b81d86dce32 (patch)
treea6390a5a3094e66064e1bb7eea28b5e439440628 /INSTALL
parentRefactored option parsing. (diff)
downloadxz-173368911cf09ab0b03fc4db8f3d4b81d86dce32.tar.xz
Mention in INSTALL that --enable-small doesn't modify CFLAGS.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 579bace1..b9aff79c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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