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

SVN-Revision: 18830
v19.07.3_mercusys_ac12_duma
Nicolas Thill 15 years ago
parent 81be8e3147
commit 8f83105e22

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

Loading…
Cancel
Save