From 9606209e4ab07ae5e400c31c2b341f10f39bb70f Mon Sep 17 00:00:00 2001 From: LGA1150 Date: Wed, 23 Jan 2019 22:36:13 +0800 Subject: [PATCH] build: enable ccache by default --- 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 6447a79db2..3b72a8901e 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -65,7 +65,7 @@ menuconfig DEVEL config CCACHE bool "Use ccache" if DEVEL - default n + default y help Compiler cache; see https://ccache.samba.org/ diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in index 4393daab5b..2b8add64d0 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 n + default y help Compiler cache; see https://ccache.samba.org/