summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-03-05 17:59:26 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-03-05 17:59:26 +0800
commit6d7e19a39a3f0c7bdbefee4d216e5c55cbedbb97 (patch)
tree6fb0c7581a4ae103fef27cefc4c8a7f91cdbbbaa
parent7da20ba2c9d68c73d2a6d76233c463bb36765cfd (diff)
downloadatk-6d7e19a39a3f0c7bdbefee4d216e5c55cbedbb97.tar.gz
MSVC 2010+ Builds: Improve .pdb Generation
Use the /d2Zi+ compiler flag so that more useful info can be logged into the .pdb file for release builds, to improve the debugging experience for release builds.
-rw-r--r--build/win32/vs10/atk-build-defines.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/win32/vs10/atk-build-defines.props b/build/win32/vs10/atk-build-defines.props
index 8030265..321d5d0 100644
--- a/build/win32/vs10/atk-build-defines.props
+++ b/build/win32/vs10/atk-build-defines.props
@@ -17,6 +17,7 @@
<PreprocessorDefinitions>HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ForcedIncludeFiles>msvc_recommended_pragmas.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;gmodule-2.0.lib;intl.lib;%(AdditionalDependencies)</AdditionalDependencies>