build: enable ccache by default

This commit is contained in:
LGA1150 2019-01-23 22:36:13 +08:00 committed by CN_SZTL
parent 9d9fe3d421
commit 9606209e4a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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/