summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-18 16:59:04 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-18 16:59:04 +0000
commit8f83105e220d8aaf733911347432a8ef4a2afafb (patch)
treefaeb144324f28939bf4d5bd0264216849998c348 /Config.in
parent81be8e31475a77ef718d815bd276a3de8376babf (diff)
downloadmaster-31e0f0ae-8f83105e220d8aaf733911347432a8ef4a2afafb.tar.gz
master-31e0f0ae-8f83105e220d8aaf733911347432a8ef4a2afafb.tar.bz2
master-31e0f0ae-8f83105e220d8aaf733911347432a8ef4a2afafb.zip
disable stripping when compiling with debug info (closes: #6373)
SVN-Revision: 18830
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 71a7c7da8a..97cbfebb19 100644
--- a/Config.in
+++ b/Config.in
@@ -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