Skip to content
Snippets Groups Projects
  • Christoph Junghans's avatar
    8bc3f7d7
    Add ccache support (#3761) · 8bc3f7d7
    Christoph Junghans authored
    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
    8bc3f7d7
    History
    Add ccache support (#3761)
    Christoph Junghans authored
    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