VS/MSVC: Move LTCG and GL to CI only

This was taking too long on my local builds after simple code changes.
This commit is contained in:
Megamouse
2025-03-26 20:27:02 +01:00
parent b571978f24
commit 76c069e8bf
4 changed files with 6 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>None</DebugInformationFormat>
<WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<Link>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
</Project>