Files
source/.github
f99786e195 cache compiled objects with sccache
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>
2026-07-24 06:16:42 -03:00
..