[atk] MSVC 2010+ Builds: Improve .pdb Generation



commit 6d7e19a39a3f0c7bdbefee4d216e5c55cbedbb97
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 5 17:59:26 2015 +0800

    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.

 build/win32/vs10/atk-build-defines.props |    1 +
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]