summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-04 20:11:00 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-04 20:11:00 +0000
commit712f14a84f8d506ef238c94a96bd98a7e561b153 (patch)
treef854bd88d89d11be2f68ede9fee72e2c114350dc /extra/Configs
parent8248db3cfff2821fd191bdf294aee4bc13a7bdca (diff)
cleanup description
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 37bbc8716..fd3b03219 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1429,11 +1429,12 @@ config DODEBUG_PT
Otherwise, answer N.
config NOSTRIP
- bool "Do not build stripped libraries and executables"
+ bool "Do not strip libraries and executables"
default n
help
Say Y here if you do not wish to strip all uClibc libraries and
- executables. This increases the size of the binaries considerably.
+ executables. This increases the size of the binaries considerably,
+ but makes it possible to directly debug uClibc libraries.
Most people will answer N.
config DOASSERTS