Changeset 107599 in webkit


Ignore:
Timestamp:
Feb 13, 2012 1:24:15 PM (12 years ago)
Author:
mitz@apple.com
Message:

WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
https://bugs.webkit.org/show_bug.cgi?id=78451

Reviewed by Sam Weinig.

  • Configurations/Base.xcconfig: Set COPY_PHASE_STRIP to NO.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r107577 r107599  
     12012-02-13  Dan Bernstein  <mitz@apple.com>
     2
     3        WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
     4        https://bugs.webkit.org/show_bug.cgi?id=78451
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Configurations/Base.xcconfig: Set COPY_PHASE_STRIP to NO.
     9
    1102012-02-13  Sam Weinig  <sam@webkit.org>
    211
  • trunk/Source/WebKit2/Configurations/Base.xcconfig

    r96881 r107599  
    8585STRIP_INSTALLED_PRODUCT_debug = NO;
    8686
     87COPY_PHASE_STRIP = NO;
    8788// Dead code stripping needs to be on in the debug variant to avoid link errors.  This is due to unconditionally
    8889// building the MiG bindings for WebKitPluginClient even when the functions that the bindings wrap are not built.
Note: See TracChangeset for help on using the changeset viewer.