From e32f8994c2b8ae135a3634a4bbf55db55d4fe918 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 22 Aug 2020 15:28:18 -0700 Subject: Rebuild for gcc 10.2 Remove the symbol debug options --- config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config b/config index 4c483f6..a424395 100644 --- a/config +++ b/config @@ -4,11 +4,11 @@ # # -# Compiler: gcc (GCC) 10.1.0 +# Compiler: gcc (GCC) 10.2.0 # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=100100 -CONFIG_LD_VERSION=234000000 +CONFIG_GCC_VERSION=100200 +CONFIG_LD_VERSION=235000000 CONFIG_CLANG_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y @@ -10583,11 +10583,9 @@ CONFIG_DEBUG_BUGVERBOSE=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set -CONFIG_DEBUG_INFO_DWARF4=y -CONFIG_DEBUG_INFO_BTF=y # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=2048 -- cgit v1.2.1