RESOLVED FIXED 17817
REGRESSION (r30981): Release build broken under VC++ Express due to PGO
https://bugs.webkit.org/show_bug.cgi?id=17817
Summary REGRESSION (r30981): Release build broken under VC++ Express due to PGO
Adam Roben (:aroben)
Reported 2008-03-12 21:35:15 PDT
r30981 turned on Profile-Guided Optimization (PGO) in the Windows Release configuration by default. VC++ Express doesn't support PGO, so the Release build is broken by default for all VC++ Express users. There is a workaround, which is to turn off PGO using the following command: sed -i -e 's/LinkTimeCodeGeneration="4"/LinkTimeCodeGeneration="1"/' ~/WebKit/WebKit/win/WebKit.vcproj/WebKit.vcproj We need to make the build work by default again!
Attachments
Adam Roben (:aroben)
Comment 1 2008-03-13 11:39:35 PDT
Fixed by sfalken in r31033, which turned off PGO by default.
Note You need to log in before you can comment on or make changes to this bug.