We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c2b3 commit 5b1bcc3Copy full SHA for 5b1bcc3
.github/actions/action.yml
@@ -461,10 +461,13 @@ runs:
461
MAKE_ARGS="LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
462
RUSTC=$KERNEL_PATH/prebuilts/rust/linux-x86/1.73.0b/bin/rustc \
463
PAHOLE=$KERNEL_PATH/prebuilts/kernel-build-tools/linux-x86/bin/pahole \
464
- LD=ld.lld HOSTLD=ld.lld KCFLAGS+=-Wno-error"
+ LD=ld.lld HOSTLD=ld.lld KCFLAGS+='-Wno-error -O2'"
465
if [[ -v USE_LLVM_IAS ]]; then
466
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
467
fi
468
+
469
+ echo "CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y" >> ./arch/arm64/configs/gki_defconfig
470
471
make -j$(nproc --all) O=out $MAKE_ARGS gki_defconfig || exit 1
472
make -j$(nproc --all) O=out $MAKE_ARGS || exit 1
473
0 commit comments