From 7b1729f3c066c07ca075a08b3b46ed4d43fb9e29 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 3 Mar 2015 13:52:22 +0800 Subject: MSVC Builds: Improve Build Speed and Debugging Use Multiprocessor compilation which can cut down build times by quite a bit and use the /d2Zi+ flag to have better debugging info being logged to the .pdb for release builds. These are only applicable for Visual Studio 2010/2012 and later. --- build/win32/vs10/glib-build-defines.props | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/win32/vs10/glib-build-defines.props b/build/win32/vs10/glib-build-defines.props index 34aac3b00..229ea8ce4 100644 --- a/build/win32/vs10/glib-build-defines.props +++ b/build/win32/vs10/glib-build-defines.props @@ -28,6 +28,8 @@ ..\..\..;..\..\..\glib;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories) HAVE_CONFIG_H;%(PreprocessorDefinitions) msvc_recommended_pragmas.h;%(ForcedIncludeFiles) + true + /d2Zi+ %(AdditionalOptions) intl.lib;%(AdditionalDependencies) -- cgit v1.2.1