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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2009-12-18 16:59:04 +00:00
parent 7eded16559
commit 2ab26d57bc
1 changed files with 2 additions and 0 deletions

View File

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