projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafd883
)
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Feb 2016 16:06:20 +0000
(16:06 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Feb 2016 16:06:20 +0000
(16:06 +0000)
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
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index
69fb708
..
4674d84
100644
(file)
--- 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.