Skip to content

Draft: CompileFlags: add an option to help with sccache

Ben Boeckel requested to merge ben.boeckel/cmake:ci-sccache-improvements into master

The /Zi flag is not supported by sccache, so replace it (upon request) with /Z7 instead.

Merge request reports