mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer (MSVC): Make Z7 default debug info flag
This commit is contained in:
parent
9ce2feaf41
commit
62028e6773
17 changed files with 73 additions and 39 deletions
|
|
@ -30,8 +30,7 @@
|
|||
smallIcon="Zrx1Gl">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
@ -48,8 +47,7 @@
|
|||
smallIcon="Zrx1Gl">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" targetName="Projucer" useRuntimeLibDLL="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer"
|
||||
debugInformationFormat="None" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Projucer" useRuntimeLibDLL="0" linkTimeOptimisation="0"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_gui_extra" path="../../modules"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue