Config.in 349 B

123456789101112
  1. config BR2_PACKAGE_CCACHE
  2. bool "ccache"
  3. # needs fork()
  4. depends on BR2_USE_MMU
  5. # We no longer support a toolchain on the target
  6. depends on BR2_DEPRECATED
  7. help
  8. ccache is a compiler cache. It speeds up recompilation by
  9. caching previous compilations and detecting when the same
  10. compilation is being done again
  11. http://ccache.samba.org