From 191bffb75fe2fe922070c1bc2f04dff3ef0c853e Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 4 Jul 2023 09:10:19 +0800 Subject: [PATCH] Change Config --- build_action.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/build_action.sh b/build_action.sh index d6db925..4b61ba1 100644 --- a/build_action.sh +++ b/build_action.sh @@ -42,11 +42,16 @@ if [[ $? == 0 ]]; then fi # # disable DEBUG_INFO to speedup build -scripts/config --disable DEBUG_INFO +# scripts/config --disable DEBUG_INFO scripts/config --set-str SYSTEM_TRUSTED_KEYS "" -# apply patches -# shellcheck source=src/util.sh -# source ../patch.d/*.sh +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 # build deb packages CPU_CORES=$(($(grep -c processor < /proc/cpuinfo)*2))