Revert "build: enable ccache by default"

It can cause some magic errors with multiple-threads complation.

This reverts commit 9606209e4ab07ae5e400c31c2b341f10f39bb70f.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 5fc7782dd41f45f53996d841ff09ac4ca96f2575)
This commit is contained in:
Tianling Shen 2021-09-29 13:48:04 +08:00
parent e038175a78
commit 38a7b22226
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ menuconfig DEVEL
config CCACHE
bool "Use ccache" if DEVEL
default y
default n
help
Compiler cache; see https://ccache.samba.org/

View File

@ -56,7 +56,7 @@ menu "Advanced configuration options (for developers)"
config CCACHE
bool "Use ccache"
default y
default n
help
Compiler cache; see https://ccache.samba.org/