summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-06 19:56:54 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-06 19:56:54 +0000
commitc05a5fc51eb055c1157ae0e3eb949ed618f4c655 (patch)
tree988064c7d60f3df69a6b37eeec26b86365921ac2 /Config.in
parent2b9cdf477e09da9d8da483ef6253b99d55cf9b39 (diff)
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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index ab4fbe8cd..699c68940 100644
--- a/Config.in
+++ b/Config.in
@@ -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