Browse Source

disable stripping when compiling with debug info (closes: #6373)

SVN-Revision: 18830
Nicolas Thill 16 years ago
parent
commit
8f83105e22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Config.in

+ 2 - 0
Config.in

@@ -154,12 +154,14 @@ choice
 
 	config USE_STRIP
 		bool "strip"
+		depends !DEBUG
 		help
 		  This will install binaries stripped using strip from binutils
 
 
 	config USE_SSTRIP
 		bool "sstrip"
+		depends !DEBUG
 		depends !USE_GLIBC
 		depends !USE_EGLIBC
 		help