remove:lto&o3

This commit is contained in:
Dich
2025-07-04 17:07:50 +08:00
parent 89176ce961
commit 2eccf8373d

View File

@@ -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