projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ac5ec
)
disable stripping when compiling with debug info (closes: #6373)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Dec 2009 16:59:04 +0000
(16:59 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Dec 2009 16:59:04 +0000
(16:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index
71a7c7d
..
97cbfeb
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
This page took
0.029452 seconds
and
4
git commands to generate.