浏览代码

added debugging option

John Voltz 17 年之前
父节点
当前提交
923f42a3c2
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Config.in

+ 9 - 0
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