mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Compiler cache stored in the GitHub Actions cache, shared across runs. Requires /Z7 instead of the CMake default /Zi, since sccache cannot cache objects whose debug information lands in a shared PDB. That is a debug information format change only, the generated code is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>