From b917f7864115a35fbb9e69af2c1d553a110a37fc Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Fri, 7 Jun 2019 09:06:57 +0200 Subject: remove CONFIG_DEBUG_INFO The ELF file should have debug symbols, the binary should have no symbols any way. Signed-off-by: Oleksij Rempel Signed-off-by: Rouven Czerwinski Signed-off-by: Sascha Hauer --- common/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 7832df5c55..ffb7537592 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -999,12 +999,6 @@ config DEFAULT_LOGLEVEL 7 debug-level messages (debug) 8 verbose debug messages (vdebug) -config DEBUG_INFO - bool - prompt "enable debug symbols" - help - Enable build of barebox with -g. - config DEBUG_LL bool depends on HAS_DEBUG_LL -- cgit v1.2.3