Information AboutCcache |
| CATEGORIES ABOUT CCACHE | |
| c compilers | |
| compiling tools | |
In Software Development , ccache is a tool which caches the output of C / C++ Compilation so that the next time, the same compilation can be omitted. This can greatly speed up compiling time. The program counts on the fact that without it, identical source code is compiled repeatedly. Released under the GNU General Public License , ccache is Free Software . SEE ALSO EXTERNAL LINKS |
|
|