diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-27 14:59:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-27 14:59:15 +0000 |
commit | 672a42c9b788611e297207049dc852cfe1cb164e (patch) | |
tree | 6e5c9f3b4c8f42a1679b6e0c16677e4947278c1a | |
parent | 14881350e52363facc5f23a39a89b948639d2ac9 (diff) |
- flesh out helptext of DOMULTI.
Put short, just leave it alone or keep all parts --
alternatively go help with lto if you have time.
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1759586db..bb83860e6 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1957,6 +1957,13 @@ config DOMULTI default n help Set this to compile all sources at once into an object (IMA). + This mode of compilation uses alot of memory but may produce + smaller binaries. + + Note that you need a very recent GCC for this to work, like + gcc >= 4.3 plus eventually some patches. + + If unsure, keep the default of N. config UCLIBC_MJN3_ONLY bool "Manuel's hidden warnings" |