blob: 41ace52de69a25d85ea8a70b5704d4d4f4c55a87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
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
|