From: John Voltz Date: Wed, 12 Mar 2008 11:23:11 +0000 (-0000) Subject: added debugging option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=923f42a3c22dc42bcdeba8b5883a71c1e340d7da;p=buildroot.git added debugging option --- diff --git a/Config.in b/Config.in index 878be15f9a..d9bbb904a3 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