diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-12 15:09:18 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-03 14:52:17 -0400 |
commit | bdb8205455a31362fc72075583aedd63ff0c944b (patch) | |
tree | 4751e4b26f490d360d19679fed431620bc79173c /arch/tile/Kconfig.debug | |
parent | 640710a33b54de8d90ae140ef633ed0feba76a75 (diff) |
tile: remove DEBUG_EXTRA_FLAGS kernel config option
It isn't used any more by us now that the generic kernel build
offers DEBUG_INFO_REDUCED, so just get rid of it.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/Kconfig.debug')
-rw-r--r-- | arch/tile/Kconfig.debug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/tile/Kconfig.debug b/arch/tile/Kconfig.debug index b8d69f2757a1..19734d3ab1e8 100644 --- a/arch/tile/Kconfig.debug +++ b/arch/tile/Kconfig.debug @@ -14,16 +14,6 @@ config EARLY_PRINTK with klogd/syslogd. You should normally N here, unless you want to debug such a crash. -config DEBUG_EXTRA_FLAGS - string "Additional compiler arguments when building with '-g'" - depends on DEBUG_INFO - default "" - help - Debug info can be large, and flags like - `-femit-struct-debug-baseonly' can reduce the kernel file - size and build time noticeably. Such flags are often - helpful if the main use of debug info is line number info. - config TILE_HVGLUE_TRACE bool "Provide wrapper functions for hypervisor ABI calls" default n |