buildrootschalter/toolchain/ccache/Config.in.2

13 lines
251 B
Groff
Raw Normal View History

2004-10-09 08:13:40 +02:00
#
config BR2_PACKAGE_CCACHE_TARGET
2008-08-04 21:08:06 +02:00
bool "ccache"
2004-10-09 08:13:40 +02:00
help
2008-08-04 21:08:06 +02:00
ccache is a compiler cache. It speeds up recompilation of
C/C++ code by caching previous compiles and detecting when
the same compile is being done again.
http://ccache.samba.org
2004-10-09 08:13:40 +02:00