Browse Source

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

SVN-Revision: 18885
Florian Fainelli 16 years ago
parent
commit
7f180b7e2c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Config.in

+ 1 - 0
Config.in

@@ -154,6 +154,7 @@ choice
 
 
 	config USE_STRIP
 	config USE_STRIP
 		bool "strip"
 		bool "strip"
+		depends !DEBUG
 		help
 		help
 		  This will install binaries stripped using strip from binutils
 		  This will install binaries stripped using strip from binutils