From 27f70bc8fe771fd5d9b73cddfe323067f8814126 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 29 Feb 2016 16:06:20 +0000 Subject: [PATCH] build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled Signed-off-by: Felix Fietkau Backport of r48504 SVN-Revision: 48817 --- config/Config-build.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index 69fb708972..4674d84035 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. -- 2.30.2