[gdk-pixbuf] MSVC 2010+ Builds: Improve .pdb Generation



commit 097a0603ffe7e1bcbd8f8207554db62543bfc0ef
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 5 20:36:29 2015 +0800

    MSVC 2010+ Builds: Improve .pdb Generation
    
    Use the /d2Zi+ compiler flag so that more useful info can be logged to the
    .pdb file that is generated for the release builds, so to improve the
    debugging experience of such builds.

 build/win32/vs10/gdk-pixbuf-build-defines.props |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/gdk-pixbuf-build-defines.props b/build/win32/vs10/gdk-pixbuf-build-defines.props
index a5ad33a..61a5779 100644
--- a/build/win32/vs10/gdk-pixbuf-build-defines.props
+++ b/build/win32/vs10/gdk-pixbuf-build-defines.props
@@ -27,6 +27,7 @@
       
<PreprocessorDefinitions>HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <ForcedIncludeFiles>msvc_recommended_pragmas.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
       <MultiProcessorCompilation>true</MultiProcessorCompilation>
+      <AdditionalOptions>/d2Zi+ %(AdditionalOptions)</AdditionalOptions>
     </ClCompile>
     <Link>
       
<AdditionalDependencies>gio-2.0.lib;gmodule-2.0.lib;gobject-2.0.lib;glib-2.0.lib;intl.lib;libpng16.lib;zlib1.lib;%(AdditionalDependencies)</AdditionalDependencies>


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