[Buildroot] [PATCH 2/4] debug: enable debugging symbols by default

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 11 21:53:23 UTC 2011


The reasoning is that having debugging symbols in the staging
directory is often useful for remote debugging, and since the staging
directory is only stored on the development workstation, disk space is
usually not an issue.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Config.in b/Config.in
index b130b27..dfca37b 100644
--- a/Config.in
+++ b/Config.in
@@ -172,6 +172,7 @@ config BR2_DEPRECATED
 
 config BR2_ENABLE_DEBUG
 	bool "build packages with debugging symbols"
+	default y
 	help
 	  Build packages with debugging symbols
 	  enabled
-- 
1.7.4.1



More information about the buildroot mailing list