summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-26 08:39:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-26 08:39:21 +0000
commit657d0cc2ce5c489cb257bbe287fc75e0dd4304d8 (patch)
treef64931feb5ec0d76338805df1b5c91eb7221f878 /config
parent487efe2508930f23f0477dd79e88d1d9f95ee66e (diff)
downloadmaster-31e0f0ae-657d0cc2ce5c489cb257bbe287fc75e0dd4304d8.tar.gz
master-31e0f0ae-657d0cc2ce5c489cb257bbe287fc75e0dd4304d8.tar.bz2
master-31e0f0ae-657d0cc2ce5c489cb257bbe287fc75e0dd4304d8.zip
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48504
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 636e4b311b..5ad940ba6c 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -152,7 +152,7 @@ menu "Global build settings"
bool "none"
help
This will install unstripped binaries (useful for native
- compiling/debugging).
+ compiling/debugging).
config USE_STRIP
bool "strip"
@@ -162,7 +162,6 @@ menu "Global build settings"
config USE_SSTRIP
bool "sstrip"
- depends on !DEBUG
depends on !USE_GLIBC
help
This will install binaries stripped using sstrip.