diff options
Diffstat (limited to 'package/ccache/Config.in')
-rw-r--r-- | package/ccache/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/ccache/Config.in b/package/ccache/Config.in new file mode 100644 index 000000000..f4f7f8f9c --- /dev/null +++ b/package/ccache/Config.in @@ -0,0 +1,9 @@ +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 + |