Name: | ccache |
---|---|
Version: | 4.10.2 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1620428 |
License: | GPL-3.0-or-later AND Apache-2.0 AND BSL-1.0 AND MIT |
RPM: | ccache-4.10.2-1.el10_0.x86_64.rpm |
Source RPM: | ccache-4.10.2-1.el10_0.src.rpm |
Build Date: | Wed Dec 18 2024 |
Build Host: | build-ol10-x86_64.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. |