Config.in.2 286 B

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