About Anaconda Help Download Anaconda

a compiler cache for Microsoft Visual Studio

Installers

Info: This package contains files in non-standard labels.
  • win-64 v4.2.0
  • win-32 v4.1.0

conda install

To install this package run one of the following:
conda install conda-forge::clcache
conda install conda-forge/label/cf201901::clcache
conda install conda-forge/label/cf202003::clcache

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy