diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-22 15:28:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-22 15:28:18 -0700 |
commit | e32f8994c2b8ae135a3634a4bbf55db55d4fe918 (patch) | |
tree | 011e3085152795e0cda2fb8ba60b6a567e71b6e9 /config | |
parent | Updated to 5.7.17 (diff) | |
download | linux-e32f8994c2b8ae135a3634a4bbf55db55d4fe918.tar.xz |
Rebuild for gcc 10.2
Remove the symbol debug options
Diffstat (limited to 'config')
-rw-r--r-- | config | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |