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 69cc498 commit afb3922Copy full SHA for afb3922
.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" gki_defconfig || exit 1
473
- make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2"|| exit 1
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto" gki_defconfig || exit 1
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto" || exit 1
474
475
- name: Create Kernel ZIP
476
id: create_zip
@@ -495,4 +495,4 @@ runs:
495
with:
496
name: kernel-${{ env.CONFIG }}
497
path: |
498
- ${{ env.CONFIG }}/artifacts/*
+ ${{ env.CONFIG }}/artifacts/*
0 commit comments