소스 검색

cleanup description

Eric Andersen 18 년 전
부모
커밋
712f14a84f
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      extra/Configs/Config.in

+ 3 - 2
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