blob: 28d94681cc4bfb5e544dfff31fa2e2bc9702fca3 [file] [log] [blame]
config BR2_PACKAGE_CCACHE
bool "ccache"
# needs fork()
depends on BR2_USE_MMU
# We no longer support a toolchain on the target
depends on BR2_DEPRECATED_SINCE_2013_02
help
ccache is a compiler cache. It speeds up recompilation by
caching previous compilations and detecting when the same
compilation is being done again
http://ccache.samba.org