From 38a7b22226e66b4114e09399ca0963301534e07c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 29 Sep 2021 13:48:04 +0800 Subject: [PATCH] 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 (cherry picked from commit 5fc7782dd41f45f53996d841ff09ac4ca96f2575) --- config/Config-devel.in | 2 +- target/sdk/files/Config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-devel.in b/config/Config-devel.in index c07104f0f4..126462bfc3 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.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/ diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in index 2b8add64d0..4393daab5b 100644 --- a/target/sdk/files/Config.in +++ b/target/sdk/files/Config.in @@ -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/