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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18885 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-12-22 12:27:55 +00:00
parent e1aabea527
commit f6379c4015
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ choice
config USE_STRIP
bool "strip"
depends !DEBUG
help
This will install binaries stripped using strip from binutils