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

SVN-Revision: 18885
This commit is contained in:
Florian Fainelli 2009-12-22 12:27:55 +00:00
parent e528ed80da
commit 7f180b7e2c

View file

@ -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