Changeset 107111 in webkit


Ignore:
Timestamp:
Feb 8, 2012 11:44:55 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] Let -Wglobal-constructors hack in shared build metastasize to mac
https://bugs.webkit.org/show_bug.cgi?id=78130

Patch by Nico Weber <nicolasweber@gmx.de> on 2012-02-08
Reviewed by Tony Chang.

  • WebKit.gyp:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r107094 r107111  
     12012-02-08  Nico Weber  <nicolasweber@gmx.de>
     2
     3        [chromium] Let -Wglobal-constructors hack in shared build metastasize to mac
     4        https://bugs.webkit.org/show_bug.cgi?id=78130
     5
     6        Reviewed by Tony Chang.
     7
     8        * WebKit.gyp:
     9
    1102012-02-08  Alexei Svitkine  <asvitkine@chromium.org>
    211
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r107042 r107111  
    763763                                    # shared build.
    764764                                    'cflags!': ['-Wglobal-constructors'],
     765                                    'xcode_settings': {
     766                                      'WARNING_CFLAGS!': ['-Wglobal-constructors'],
     767                                    },
    765768                                }],
    766769                            ],
Note: See TracChangeset for help on using the changeset viewer.