projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487efe2
)
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jan 2016 08:39:21 +0000
(08:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 26 Jan 2016 08:39:21 +0000
(08:39 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48504
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 636e4b311b2fd055176e0bfc0c8d3c3ce4d8d17e..5ad940ba6c235cc222557003640c8a4136b8f2dd 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.