Skip to content

Commit b22b328

Browse files
Update action.yml
1 parent afb3922 commit b22b328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/action.yml

Lines changed: 2 additions & 2 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 -flto" gki_defconfig || exit 1
473-
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto" || exit 1
472+
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" gki_defconfig || exit 1
473+
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" || exit 1
474474
475475
- name: Create Kernel ZIP
476476
id: create_zip

0 commit comments

Comments
 (0)