clcache
a compiler cache for Microsoft Visual Studio
a compiler cache for Microsoft Visual Studio
To install this package, run one of the following:
clcache.py is a little Python script which attempts to avoid unnecessary recompilation by reusing previously cached object files if possible. It is meant to be called instead of the original 'cl.exe' executable. The script analyses the command line to decide whether source code is to be compiled. If so, a cache will be queried for a previously stored object file.
If the script is called in an unsupported way (e.g. if the compiler is called for linking), the script will simply relay the invocation to the real 'cl.exe' program.
Summary
a compiler cache for Microsoft Visual Studio
Last Updated
May 27, 2021 at 13:39
License
BSD-3-Clause
Supported Platforms
Unsupported Platforms