svn commit: trunk/uClibc/extra/Configs

andersen at uclibc.org andersen at uclibc.org
Tue Jul 4 20:11:03 UTC 2006


Author: andersen
Date: 2006-07-04 13:11:00 -0700 (Tue, 04 Jul 2006)
New Revision: 15607

Log:
cleanup description


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2006-07-04 18:06:38 UTC (rev 15606)
+++ trunk/uClibc/extra/Configs/Config.in	2006-07-04 20:11:00 UTC (rev 15607)
@@ -1429,11 +1429,12 @@
 	  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




More information about the uClibc-cvs mailing list