projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde20f0
)
added debugging option
author
John Voltz
<john.voltz@gmail.com>
Wed, 12 Mar 2008 11:23:11 +0000
(11:23 -0000)
committer
John Voltz
<john.voltz@gmail.com>
Wed, 12 Mar 2008 11:23:11 +0000
(11:23 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 878be15f9a199943184bf1d9b56d85fdfd96b9df..d9bbb904a34a362c1a8469d79c3224106c5c120b 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-211,6
+211,15
@@
config BR2_STRIP_none
none do not strip (only for debugging!)
endchoice
+if BR2_STRIP_none
+config BR2_ENABLE_DEBUG
+ bool "build packages with debugging symbols"
+ default n
+ help
+ Build packages with debugging symbols
+ enabled
+endif
+
config BR2_PREFER_STATIC_LIB
bool "prefer static libraries"
default n