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)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17532 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-09-06 19:56:54 +00:00
parent 461a430576
commit e1fee8ea4c
1 changed files with 0 additions and 2 deletions

View File

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