Skip to content

Commit 275c51d

Browse files
Update action.yml
1 parent b06a943 commit 275c51d

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
@@ -464,8 +464,8 @@ runs:
464464
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
465465
fi
466466
467-
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" gki_defconfig || exit 1
468-
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2 -flto=thin" || exit 1
467+
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" gki_defconfig || exit 1
468+
make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" || exit 1
469469
470470
- name: Create Kernel ZIP
471471
id: create_zip

0 commit comments

Comments
 (0)