Use ccache on Windows CI build

This commit is contained in:
Zion Nimchuk 2025-02-27 23:08:52 -08:00 committed by Megamouse
parent 207ee59acd
commit 0690315d9e
5 changed files with 62 additions and 24 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
</Project>