Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sccache now tracks compiler hits/misses on a per language basis. #1895

Merged

Commits on Oct 2, 2023

  1. sccache now tracks compiler hits/misses on a per language basis.

    Previously sccache was actually tracking hits and misses on a
    compiler id basis, and guessing on the language.
    
    This is an issue for compilers like `clang` which support C, C++,
    and CUDA. In that case we want to clearly state what language
    we are getting hit or misses on to help user diagnose issues.
    robertmaynard committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c31b376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42483bf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    043d866 View commit details
    Browse the repository at this point in the history