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 b278813 commit 664bf47Copy full SHA for 664bf47
build.sh
@@ -47,7 +47,7 @@ regenerate_defconfig() {
47
48
build_kernel() {
49
cd $KERNEL_PATH
50
- make $BUILD_CC O=out ARCH=$ARCH $DEFCONFIG savedefconfig
+ make CC='ccache clang' CXX='ccache clang++' $BUILD_CC O=out ARCH=$ARCH $DEFCONFIG savedefconfig
51
# Begin compilation
52
start=$(date +%s)
53
make $BUILD_CC O=out ARCH=$ARCH -j`nproc` ${BUILD_CC} 2>&1 | tee error.log
0 commit comments