From 6531980209279913b00430351c5abb8107021777 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Sun, 10 May 2020 10:40:21 +0200 Subject: [PATCH] compile the kernel without debug info --- config | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config b/config index dec94ab..9820ffd 100644 --- a/config +++ b/config @@ -10091,12 +10091,7 @@ CONFIG_DYNAMIC_DEBUG=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO=y -# CONFIG_DEBUG_INFO_REDUCED is not set -# CONFIG_DEBUG_INFO_SPLIT is not set -CONFIG_DEBUG_INFO_DWARF4=y -# CONFIG_DEBUG_INFO_BTF is not set -CONFIG_GDB_SCRIPTS=y +# CONFIG_DEBUG_INFO is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 # CONFIG_STRIP_ASM_SYMS is not set -- GitLab