mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Added Kconfig option for ccache.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
24129e4ba7
commit
63d00a5fb1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user