File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -989,10 +989,10 @@ runs:
989989 cd "$CONFIG/kernel_platform"
990990 # CONFIG_LTO_CLANG_THIN=y
991991 # CONFIG_LTO_CLANG=y
992+ # CONFIG_OPTIMIZE_INLINING=y
992993 cat >> common/arch/arm64/configs/gki_defconfig <<EOF
993994 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
994995 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3=n
995- CONFIG_OPTIMIZE_INLINING=y
996996 CONFIG_ANDROID_BINDER_IPC_RUST=m
997997 EOF
998998 echo "::endgroup::"
@@ -1308,7 +1308,7 @@ runs:
13081308 # ${KCFLAGS_EXTRA}
13091309 KCFLAGS="$KCFLAGS -Wno-error -pipe -fno-stack-protector ${KCFLAGS_EXTRA}"
13101310 # -DCONFIG_OPTIMIZE_INLINING
1311- KCPPFLAGS="$KCPPFLAGS -DCONFIG_OPTIMIZE_INLINING "
1311+ KCPPFLAGS="$KCPPFLAGS"
13121312
13131313 echo "============================================"
13141314 echo "🔧 Build Configuration"
@@ -1337,7 +1337,7 @@ runs:
13371337 if [ "${{ inputs.clean }}" != "true" ]; then
13381338 if [ ! -d "$CCACHE_DIR" ] || [ -z "$(find "$CCACHE_DIR" -type f 2>/dev/null | head -n1)" ]; then
13391339 echo "🔥 Priming cache with header preprocessing..."
1340- make -C "$COMMON" O="$OUT" headers_install prepare 2>&1 | head -n 20 || true
1340+ make LTO=none -C "$COMMON" O="$OUT" headers_install prepare 2>&1 | head -n 20 || true
13411341 echo ""
13421342 fi
13431343 fi
You can’t perform that action at this time.
0 commit comments