From ce457f22666843909d3dcf30aa5594301d3b03ca Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 4 Jul 2023 10:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_action_xanmod.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build_action_xanmod.sh b/build_action_xanmod.sh index adcfbe9..38adfef 100644 --- a/build_action_xanmod.sh +++ b/build_action_xanmod.sh @@ -31,8 +31,15 @@ cd linux-"$VERSION"* || exit cp ../config .config # # disable DEBUG_INFO to speedup build -scripts/config --disable DEBUG_INFO scripts/config --set-str SYSTEM_TRUSTED_KEYS "" +scripts/config --set-str SYSTEM_REVOCATION_KEYS "" +scripts/config --undefine DEBUG_INFO +scripts/config --undefine DEBUG_INFO_COMPRESSED +scripts/config --undefine DEBUG_INFO_REDUCED +scripts/config --undefine DEBUG_INFO_SPLIT +scripts/config --undefine GDB_SCRIPTS +scripts/config --set-val DEBUG_INFO_DWARF5 n +scripts/config --set-val DEBUG_INFO_NONE y # apply patches # shellcheck source=src/util.sh # source ../patch.d/*.sh