Visual Studio 2008 Builds: Speed Up Release Builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Mar 2015 10:09:42 +0000 (18:09 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Mar 2015 10:09:42 +0000 (18:09 +0800)
commitd76ac1560e606a23e3437370559ab9079f8f81a2
tree5a746a99ad692c7eecbff3aaeba897df878a8d65
parent7b1729f3c066c07ca075a08b3b46ed4d43fb9e29
Visual Studio 2008 Builds: Speed Up Release Builds

Use the /MP option so that each project can build multiple sources in
parallel, which can cut down release build times by quite a bit.  This will
cause a brief warning for debug builds due to their use of /Gm, and builds
would otherwise proceed as they did before.

Unfortunately Visual Studio 2008 is too old to support the /d2Zi+ flag, so
we can't make a better debug situation for it at the moment.
build/win32/vs9/glib-build-defines.vsprops