Changeset 97612 in webkit


Ignore:
Timestamp:
Oct 17, 2011 6:25:19 AM (13 years ago)
Author:
Adam Roben
Message:

Windows build fix

Here's the error:

5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj

  • win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
Location:
trunk/WebKitLibraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r97574 r97612  
     12011-10-17  Adam Roben  <aroben@apple.com>
     2
     3        Windows build fix
     4
     5        Here's the error:
     6
     7        5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
     8
     9        * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
     10
    1112011-10-16  Adam Barth  <abarth@webkit.org>
    212
  • trunk/WebKitLibraries/win/tools/vsprops/common.vsprops

    r97323 r97612  
    99        <Tool
    1010                Name="VCCLCompilerTool"
    11                 AdditionalOptions="/GS"
     11                AdditionalOptions="/bigobj /GS"
    1212                PreprocessorDefinitions="WIN32;_WINDOWS;WINVER=0x502;_WIN32_WINNT=0x502;_WIN32_IE=0x603;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_HAS_EXCEPTIONS=0;BUILDING_$(ProjectName)"
    1313                ExceptionHandling= "0"
Note: See TracChangeset for help on using the changeset viewer.