Title: [97612] trunk/WebKitLibraries
Revision
97612
Author
[email protected]
Date
2011-10-17 06:25:19 -0700 (Mon, 17 Oct 2011)

Log 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.

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (97611 => 97612)


--- trunk/WebKitLibraries/ChangeLog	2011-10-17 13:21:12 UTC (rev 97611)
+++ trunk/WebKitLibraries/ChangeLog	2011-10-17 13:25:19 UTC (rev 97612)
@@ -1,3 +1,13 @@
+2011-10-17  Adam Roben  <[email protected]>
+
+        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.
+
 2011-10-16  Adam Barth  <[email protected]>
 
         Always enable ENABLE(DOM_STORAGE)

Modified: trunk/WebKitLibraries/win/tools/vsprops/common.vsprops (97611 => 97612)


--- trunk/WebKitLibraries/win/tools/vsprops/common.vsprops	2011-10-17 13:21:12 UTC (rev 97611)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.vsprops	2011-10-17 13:25:19 UTC (rev 97612)
@@ -8,7 +8,7 @@
 	>
 	<Tool
 		Name="VCCLCompilerTool"
-		AdditionalOptions="/GS"
+		AdditionalOptions="/bigobj /GS"
 		PreprocessorDefinitions="WIN32;_WINDOWS;WINVER=0x502;_WIN32_WINNT=0x502;_WIN32_IE=0x603;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_HAS_EXCEPTIONS=0;BUILDING_$(ProjectName)"
 		ExceptionHandling= "0"
 		RuntimeTypeInfo="false"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to