To all VC++ Express users:

We recently enabled Profile-Guided Optimization (PGO) in the Windows Release build by default. Unfortunately, VC++ Express doesn't support PGO, so if you want to build Release under VC++ Express you must first run the following command from the Cygwin prompt:

sed -i -e 's/LinkTimeCodeGeneration="4"/LinkTimeCodeGeneration="1"/' ~/WebKit/WebKit/win/WebKit.vcproj/WebKit.vcproj

These instructions can also be found at <http://trac.webkit.org/projects/webkit/wiki/BuildingOnWindows>.

We're looking for a way to make this step no longer necessary for VC++ Express users. <http://bugs.webkit.org/show_bug.cgi?id=17817> is tracking this issue. We apologize for the inconvenience!

-Adam

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to