Title: [117008] trunk/Source/WTF
Revision
117008
Author
[email protected]
Date
2012-05-14 16:02:20 -0700 (Mon, 14 May 2012)

Log Message

<http://webkit.org/b/86320> WTF.xcodeproj builds with -O3 in debug builds

Reviewed by Simon Fraser.

* WTF.xcodeproj/project.pbxproj: Ensure that the debug configuration uses the
same settings as the debug variant would.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (117007 => 117008)


--- trunk/Source/WTF/ChangeLog	2012-05-14 22:36:03 UTC (rev 117007)
+++ trunk/Source/WTF/ChangeLog	2012-05-14 23:02:20 UTC (rev 117008)
@@ -1,3 +1,12 @@
+2012-05-14  Mark Rowe  <[email protected]>
+
+        <http://webkit.org/b/86320> WTF.xcodeproj builds with -O3 in debug builds
+
+        Reviewed by Simon Fraser.
+
+        * WTF.xcodeproj/project.pbxproj: Ensure that the debug configuration uses the
+        same settings as the debug variant would.
+
 2012-05-14  Wei James  <[email protected]>
 
         [Chromium] ImageDiff should be build for host on Android

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (117007 => 117008)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2012-05-14 22:36:03 UTC (rev 117007)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2012-05-14 23:02:20 UTC (rev 117008)
@@ -1178,6 +1178,10 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 5D247B7014689C4700E78B76 /* DebugRelease.xcconfig */;
 			buildSettings = {
+				DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
+				DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
+				GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
+				STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
 			};
 			name = Debug;
 		};
@@ -1192,7 +1196,6 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
 			buildSettings = {
-				DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
 			};
 			name = Debug;
 		};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to