Skip to content

Commit afb3922

Browse files
Update action.yml
1 parent 69cc498 commit afb3922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ runs:
469469
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
470470
fi
471471
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
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
474474
475475
- name: Create Kernel ZIP
476476
id: create_zip
@@ -495,4 +495,4 @@ runs:
495495
with:
496496
name: kernel-${{ env.CONFIG }}
497497
path: |
498-
${{ env.CONFIG }}/artifacts/*
498+
${{ env.CONFIG }}/artifacts/*

0 commit comments

Comments
 (0)