Title: [160266] trunk/Tools
Revision
160266
Author
[email protected]
Date
2013-12-06 18:55:23 -0800 (Fri, 06 Dec 2013)

Log Message

[Mac] MiniBrowser Debug builds are compiled with -Os
https://bugs.webkit.org/show_bug.cgi?id=125376

Reviewed by Tim Horton.

* MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Set GCC_OPTIMIZATION_LEVEL to 0 for
the Debug configuration at the project level.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (160265 => 160266)


--- trunk/Tools/ChangeLog	2013-12-07 02:14:50 UTC (rev 160265)
+++ trunk/Tools/ChangeLog	2013-12-07 02:55:23 UTC (rev 160266)
@@ -1,3 +1,13 @@
+2013-12-06  Dan Bernstein  <[email protected]>
+
+        [Mac] MiniBrowser Debug builds are compiled with -Os
+        https://bugs.webkit.org/show_bug.cgi?id=125376
+
+        Reviewed by Tim Horton.
+
+        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Set GCC_OPTIMIZATION_LEVEL to 0 for
+        the Debug configuration at the project level.
+
 2013-12-06  Jer Noble  <[email protected]>
 
         [MSE] Add a runtime-setting for the MediaSource constructor.

Modified: trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj (160265 => 160266)


--- trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj	2013-12-07 02:14:50 UTC (rev 160265)
+++ trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj	2013-12-07 02:55:23 UTC (rev 160266)
@@ -256,6 +256,7 @@
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
 			buildSettings = {
+				GCC_OPTIMIZATION_LEVEL = 0;
 			};
 			name = Debug;
 		};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to