Skip to content
Snippets Groups Projects
Commit 5e271014 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 5c821372
No related branches found
No related tags found
No related merge requests found
......@@ -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