Config.in.2 251 B

123456789101112
  1. #
  2. config BR2_PACKAGE_CCACHE_TARGET
  3. bool "ccache"
  4. help
  5. ccache is a compiler cache. It speeds up recompilation of
  6. C/C++ code by caching previous compiles and detecting when
  7. the same compile is being done again.
  8. http://ccache.samba.org