diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 16:06:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 16:06:20 +0000 |
commit | b6ca667ed2dc624538f027200f0345e2e1419331 (patch) | |
tree | fcf5554aea15f1a01ce3dd8c4af92651383639f7 /config | |
parent | 47e9e3c71ff5614cc2ea275ba854b78d3daadff9 (diff) | |
download | upstream-b6ca667ed2dc624538f027200f0345e2e1419331.tar.gz upstream-b6ca667ed2dc624538f027200f0345e2e1419331.tar.bz2 upstream-b6ca667ed2dc624538f027200f0345e2e1419331.zip |
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r48504
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 3 |
1 files changed, 1 insertions, 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. |