do not forcibly disable stripping when selecting CONFIG_DEBUG, debugging symbols can be useful even if they are not put on the device (e.g. remote cross-gdb)
SVN-Revision: 17532
This commit is contained in:
parent
bf95da61ac
commit
b93e7e9515
1 changed files with 0 additions and 2 deletions
|
@ -136,14 +136,12 @@ 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
|
||||
|
|
Loading…
Reference in a new issue