From 173368911cf09ab0b03fc4db8f3d4b81d86dce32 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 2 Sep 2009 09:43:51 +0300 Subject: [PATCH] Mention in INSTALL that --enable-small doesn't modify CFLAGS. --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 579bace..b9aff79 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 -- 2.39.2