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 b06a943 commit 275c51dCopy full SHA for 275c51d
.github/actions/action.yml
@@ -464,8 +464,8 @@ runs:
464
MAKE_ARGS="LLVM_IAS=1 $MAKE_ARGS"
465
fi
466
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
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" gki_defconfig || exit 1
+ make -j$(nproc --all) O=out $MAKE_ARGS KCFLAGS+="-Wno-error -O2" || exit 1
469
470
- name: Create Kernel ZIP
471
id: create_zip
0 commit comments