build: enable ccache by default
This commit is contained in:
parent
9d9fe3d421
commit
9606209e4a
@ -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/
|
||||
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user