disable stripping when compiling with debug info (closes: #6373)
SVN-Revision: 18885
This commit is contained in:
parent
e528ed80da
commit
7f180b7e2c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue