diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-26 08:39:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-26 08:39:21 +0000 |
commit | 3b920d243c14ac353606a37a2a03848c306836e3 (patch) | |
tree | 0460e20b566f8fe415c239376f72fb52431b5ca9 | |
parent | 47e93a2b66070eee9bb5fefc8bdf9ff56f108075 (diff) | |
download | master-187ad058-3b920d243c14ac353606a37a2a03848c306836e3.tar.gz master-187ad058-3b920d243c14ac353606a37a2a03848c306836e3.tar.bz2 master-187ad058-3b920d243c14ac353606a37a2a03848c306836e3.zip |
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48504 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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. |