From 7adbdee63778c82cd01f1ac73bb6548ce542bb1b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 13 Sep 2008 08:31:15 +0000 Subject: add new option for enabling debugging symbols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12591 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index b9716e8b2c..f1b72caa69 100644 --- a/Config.in +++ b/Config.in @@ -106,6 +106,18 @@ menuconfig BUILDOPTS bool prompt "Build Options" if DEVEL +config DEBUG + bool + prompt "Enable debugging" if BUILDOPTS + select NO_STRIP + default n + help + Disables stripping and adds -g3 to the CFLAGS + +config NO_STRIP + bool "Do not strip generated binaries (enable for native compiling)" if DEVEL + default n + config CLEAN_IPKG bool prompt "Clean all ipkg files before building the rootfs" if BUILDOPTS @@ -142,10 +154,6 @@ config EXTERNAL_KERNEL_TREE prompt "Use external kernel tree" if DEVEL default "" -config BUILD_DEVELOPER_SYSTEM - bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL - default n - source "toolchain/Config.in" menuconfig BUILDSYSTEM_SETTINGS bool "Buildsystem settings" -- cgit v1.2.3