Revert "build: enable ccache by default"
It can cause some magic errors with multiple-threads complation.
This reverts commit 9606209e4a.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 5fc7782dd41f45f53996d841ff09ac4ca96f2575)
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user