summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJohn Voltz2008-03-12 12:23:11 +0100
committerJohn Voltz2008-03-12 12:23:11 +0100
commit923f42a3c22dc42bcdeba8b5883a71c1e340d7da (patch)
tree463c903c81e880a0a69dd25a3a6cc105951d1232 /Config.in
parentUse 2.6.24 as default for at91sam9260dfc (diff)
downloadbuildroot-923f42a3c22dc42bcdeba8b5883a71c1e340d7da.tar.gz
buildroot-923f42a3c22dc42bcdeba8b5883a71c1e340d7da.tar.xz
buildroot-923f42a3c22dc42bcdeba8b5883a71c1e340d7da.zip
added debugging option
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 878be15f9..d9bbb904a 100644
--- 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