Title: [111462] trunk/WebKitLibraries
Revision
111462
Author
[email protected]
Date
2012-03-20 16:27:00 -0700 (Tue, 20 Mar 2012)

Log Message

Disable LTCG on Windows to avoid out of process space errors while linking
https://bugs.webkit.org/show_bug.cgi?id=81714

Reviewed by Jessie Berlin.

* win/tools/vsprops/production.vsprops:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (111461 => 111462)


--- trunk/WebKitLibraries/ChangeLog	2012-03-20 23:20:15 UTC (rev 111461)
+++ trunk/WebKitLibraries/ChangeLog	2012-03-20 23:27:00 UTC (rev 111462)
@@ -1,3 +1,12 @@
+2012-03-20  Steve Falkenburg  <[email protected]>
+
+        Disable LTCG on Windows to avoid out of process space errors while linking
+        https://bugs.webkit.org/show_bug.cgi?id=81714
+
+        Reviewed by Jessie Berlin.
+
+        * win/tools/vsprops/production.vsprops:
+
 2012-03-14  Jer Noble  <[email protected]>
 
         Wrong icon to restore to windowed mode in full screen video panel

Modified: trunk/WebKitLibraries/win/tools/vsprops/production.vsprops (111461 => 111462)


--- trunk/WebKitLibraries/win/tools/vsprops/production.vsprops	2012-03-20 23:20:15 UTC (rev 111461)
+++ trunk/WebKitLibraries/win/tools/vsprops/production.vsprops	2012-03-20 23:27:00 UTC (rev 111462)
@@ -7,8 +7,17 @@
 	<Tool
 		Name="VCCLCompilerTool"
 		PreprocessorDefinitions="__PRODUCTION__=1"
+		WholeProgramOptimization="false"
 	/>
 	<Tool
+		Name="VCLinkerTool"
+		LinkTimeCodeGeneration="0"
+	/>
+	<Tool
+		Name="VCLibrarianTool"
+		LinkTimeCodeGeneration="false"
+	/>
+	<Tool
 		Name="VCMIDLTool"
 		PreprocessorDefinitions="__PRODUCTION__=1"
 	/>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to