ref: 82f59351116976867fe18a41aaeb2dab88d1b6d7
parent: 9a8524d5ba2b2bd0e5cbddb652cc6a64ab9534bd
parent: 9718e708f3d5223d6dbcde720a37902de56520b8
author: James Zern <[email protected]>
date: Wed Jul 10 09:02:22 EDT 2013
Merge "msvc: set a more useful debug format"
--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -381,7 +381,7 @@
RuntimeLibrary="$debug_runtime" \
UsePrecompiledHeader="0" \
WarningLevel="3" \
- DebugInformationFormat="1" \
+ DebugInformationFormat="2" \
$warn_64bit \
$uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
@@ -395,7 +395,7 @@
RuntimeLibrary="$debug_runtime" \
UsePrecompiledHeader="0" \
WarningLevel="3" \
- DebugInformationFormat="1" \
+ DebugInformationFormat="2" \
$warn_64bit \
$uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"