VS set switch /Z7 in debug static (DebugLIB/DebugLTCG) base props.

This commit is contained in:
evoskuil 2014-06-05 03:28:03 -07:00
parent cbad7de0ae
commit f1111ceb0d
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LinkIncremental>true</LinkIncremental>
</ClCompile>

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>