aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-06 19:56:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-06 19:56:54 +0000
commitb93e7e9515d69a442e6e976680d34940141d4ee2 (patch)
treeef3b7749f0c1aca3f73ac3c6c8fbb408fabf2804 /Config.in
parentbf95da61aca2b4a15ce32a8c3e701af4e23c1af8 (diff)
downloadupstream-b93e7e9515d69a442e6e976680d34940141d4ee2.tar.gz
upstream-b93e7e9515d69a442e6e976680d34940141d4ee2.tar.bz2
upstream-b93e7e9515d69a442e6e976680d34940141d4ee2.zip
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)
SVN-Revision: 17532
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 ab4fbe8cd8..699c689406 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