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:
parent
9c50bbde2b
commit
c41b0f3241
6 changed files with 10 additions and 10 deletions
|
|
@ -12,7 +12,8 @@
|
|||
extraFrameworks="AudioUnit; Accelerate; AVFoundation; CoreAudio; CoreAudioKit; CoreMIDI; DiscRecording; QuartzCore; AudioToolbox; OpenGL; QTKit; QuickTime">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" cppLibType="libc++"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" cppLibType="libc++"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" cppLibType="libc++"
|
||||
linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
@ -30,7 +31,7 @@
|
|||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" wholeProgramOptimisation="1"
|
||||
debugInformationFormat="ProgramDatabase" useRuntimeLibDLL="1"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" useRuntimeLibDLL="0"
|
||||
debugInformationFormat="None"/>
|
||||
debugInformationFormat="None" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
@ -48,7 +49,7 @@
|
|||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" debugInformationFormat="ProgramDatabase"
|
||||
useRuntimeLibDLL="1"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" targetName="Projucer" useRuntimeLibDLL="0"
|
||||
debugInformationFormat="None"/>
|
||||
debugInformationFormat="None" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
@ -65,7 +66,7 @@
|
|||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0"/>
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
@ -82,7 +83,7 @@
|
|||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0"/>
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue