17b66affdf
* ccache is now a normal package (both for the host and the target). * ccache option is now part of the "Build options" menu. It will automatically build ccache for the host before building anything, and will use it to cache builds for both host compilations and target compilations. * bump ccache to 3.1.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
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
|
|
|