mutter/build/win32
Chun-wei Fan 7c40f060cc Visual Studio Builds: Speed Up Release Builds
Use the multiprocessor compilation (/MP) option so that release build times
can be cut down quite a bit.  This will generate a brief warning for debug
builds as such builds use /Gm, but otherwise the build will proceed
normally albeit it would be slower.

Also use the /d2Zi+ flag for Visual Studio 2010 (and later) builds to log
more useful information in the .pdb files that are generated, to aid
debugging release builds when necessary.
2015-03-06 17:42:20 +08:00
..
vs9 Visual Studio Builds: Speed Up Release Builds 2015-03-06 17:42:20 +08:00
vs10 Visual Studio Builds: Speed Up Release Builds 2015-03-06 17:42:20 +08:00
Makefile.am VS 2008/2010 project files to build Cogl 2011-11-25 13:12:45 +00:00