| Name: | ccache |
|---|---|
| Version: | 3.7.7 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 571751 |
| License: | GPLv3+ |
| RPM: | ccache-3.7.7-1.el7.x86_64.rpm |
| Source RPM: | ccache-3.7.7-1.el7.src.rpm |
| Build Date: | Mon Mar 09 2020 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://ccache.dev/ |
| Summary: | C/C++ compiler cache |
| Description: | 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. The main focus is to handle the GNU C/C++ compiler (GCC), but it may also work with compilers that mimic GCC good enough. |