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 afb3922 commit b22b328Copy full SHA for b22b328
.github/actions/action.yml
@@ -469,8 +469,8 @@ runs:
469
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
470
fi
471
472
- make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto" gki_defconfig || exit 1
473
- make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto" || exit 1
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" gki_defconfig || exit 1
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" || exit 1
474
475
- name: Create Kernel ZIP
476
id: create_zip
0 commit comments