CMD + K

clcache

Community

a compiler cache for Microsoft Visual Studio

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::clcache

Usage Tracking

4.2.0
4.1.0
4.0.0
3.3.0
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

a compiler cache for Microsoft Visual Studio

Last Updated

May 27, 2021 at 13:39

License

BSD-3-Clause

Supported Platforms

win-64

Unsupported Platforms

win-32 Last supported version: 4.1.0