Changes between Version 14 and Version 15 of BuildingOnWindows


Ignore:
Timestamp:
Mar 12, 2008 9:29:57 PM (16 years ago)
Author:
Adam Roben
Comment:

Added a note about Release build being broken in VC++ Express

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v14 v15  
    22
    33= Building on Windows =
     4
     5'''Visual C++ Express users:''' If you are building the Release configuartion, you must turn off Profile-Guided Optimization (PGO). To do so, run the following command from the Cygwin prompt before building:
     6
     7{{{
     8sed -i -e 's/LinkTimeCodeGeneration="4"/LinkTimeCodeGeneration="1"/' ~/WebKit/WebKit/win/WebKit.vcproj/WebKit.vcproj
     9}}}
     10
    411Follow the instructions on http://webkit.org/building/tools.html to install the necessary developer tools, support libraries, and check out the WebKit code.
    512