1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Disabled LTO in release builds

This commit is contained in:
Tom Poole 2019-05-24 11:00:31 +01:00
parent 9c50bbde2b
commit c41b0f3241
6 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,7 @@
Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PlatformToolset>v140</PlatformToolset>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>