Skip to content
Snippets Groups Projects
Commit f5571902 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Disable Whole Program Optimization

This allows linking obj files built with different toolsets I think.
parent 123cbcc0
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7502 passed
......@@ -27,7 +27,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment