mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Use ccache on Windows CI build
This commit is contained in:
parent
207ee59acd
commit
0690315d9e
5 changed files with 62 additions and 24 deletions
8
buildfiles/msvc/ci_no_debug_info.targets
Normal file
8
buildfiles/msvc/ci_no_debug_info.targets
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue