blob: f4f7f8f9cbbf4f79dbea3713e9d6fea4b1c0dc1a (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_CCACHE
bool "ccache"
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://samba.ccache.org
|