Changeset 160266 in webkit


Ignore:
Timestamp:
Dec 6, 2013 6:55:23 PM (10 years ago)
Author:
mitz@apple.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r160261 r160266  
     12013-12-06  Dan Bernstein  <mitz@apple.com>
     2
     3        [Mac] MiniBrowser Debug builds are compiled with -Os
     4        https://bugs.webkit.org/show_bug.cgi?id=125376
     5
     6        Reviewed by Tim Horton.
     7
     8        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Set GCC_OPTIMIZATION_LEVEL to 0 for
     9        the Debug configuration at the project level.
     10
    1112013-12-06  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj

    r159900 r160266  
    257257                        baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    258258                        buildSettings = {
     259                                GCC_OPTIMIZATION_LEVEL = 0;
    259260                        };
    260261                        name = Debug;
Note: See TracChangeset for help on using the changeset viewer.