mirror of
https://github.com/Dichgrem/GKI-build.git
synced 2025-12-16 13:42:00 -05:00
remove:lto&o3
This commit is contained in:
7
.github/workflows/build-gki-kernel.yml
vendored
7
.github/workflows/build-gki-kernel.yml
vendored
@@ -429,7 +429,6 @@ jobs:
|
||||
# 编译内核
|
||||
make -j$(nproc) O=out \
|
||||
LLVM=1 \
|
||||
LTO=thin \
|
||||
WERROR=0 \
|
||||
KBUILD_NO_WERROR=1 \
|
||||
CC=clang \
|
||||
@@ -443,10 +442,10 @@ jobs:
|
||||
HOSTCXX=clang++ \
|
||||
CROSS_COMPILE= \
|
||||
CROSS_COMPILE_ARM32=arm-linux-androideabi- \
|
||||
KCFLAGS="--target=aarch64-linux-gnu -O3 -pipe -Wno-error" \
|
||||
KCFLAGS="--target=aarch64-linux-gnu -Wno-error" \
|
||||
KCPPFLAGS="-DCONFIG_CC_OPTIMIZE_FOR_PERFORMANCE" \
|
||||
HOSTCFLAGS="-O3 -pipe -Wno-error" \
|
||||
HOSTCXXFLAGS="-O3 -pipe -Wno-error" \
|
||||
HOSTCFLAGS="-Wno-error" \
|
||||
HOSTCXXFLAGS="-Wno-error" \
|
||||
2>&1 | tee out/error.log
|
||||
|
||||
tail -n 100 out/error.log
|
||||
|
||||
Reference in New Issue
Block a user