Added Kconfig option for ccache.

This commit is contained in:
Fotis Panagiotopoulos
2022-10-10 16:42:36 +03:00
committed by Alan Carvalho de Assis
parent 24129e4ba7
commit 63d00a5fb1
2 changed files with 17 additions and 3 deletions
+8
View File
@@ -1999,6 +1999,14 @@ config DEBUG_LINK_MAP
and debugging magic section games, and for seeing which
pieces of code get eliminated with DEBUG_OPT_UNUSED_SECTIONS.
config CCACHE
bool "Use ccache"
default n
---help---
If enabled, ccache will be used during the build.
Build artifacts will be cached to a local storage, considerably
reducing build times.
endmenu # Build Setup
menu "System Type"