-
- Downloads
Add ccache support (#3761)
If the user sets "ccache: true" in spack's config.yaml, Spack will use an available ccache executable when compiling c/c++ code. This feature is disabled by default (i.e. "ccache: false") and the documentation is updated with how to enable ccache support
Showing
- etc/spack/defaults/config.yaml 4 additions, 0 deletionsetc/spack/defaults/config.yaml
- lib/spack/docs/config_yaml.rst 19 additions, 0 deletionslib/spack/docs/config_yaml.rst
- lib/spack/env/cc 9 additions, 1 deletionlib/spack/env/cc
- lib/spack/spack/build_environment.py 8 additions, 0 deletionslib/spack/spack/build_environment.py
- lib/spack/spack/schema/config.py 1 addition, 0 deletionslib/spack/spack/schema/config.py
Loading
Please register or sign in to comment