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:
81be8e3
)
disable stripping when compiling with debug info (closes: #6373)
author
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 16:59:04 +0000
(16:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 18 Dec 2009 16:59:04 +0000
(16:59 +0000)
SVN-Revision: 18830
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 71a7c7da8ac23a97f103dcfc5b9b725f6edaccf0..97cbfebb19f7ca85f58820d9a7dcce8ef7a66a32 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-154,12
+154,14
@@
choice
config USE_STRIP
bool "strip"
+ depends !DEBUG
help
This will install binaries stripped using strip from binutils
config USE_SSTRIP
bool "sstrip"
+ depends !DEBUG
depends !USE_GLIBC
depends !USE_EGLIBC
help