Changeset 220527 in webkit


Ignore:
Timestamp:
Aug 10, 2017 5:25:07 AM (7 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Don't use --whole-archive linking flags for the WebKit2 target libraries
https://bugs.webkit.org/show_bug.cgi?id=175416

Reviewed by Carlos Garcia Campos.

  • PlatformGTK.cmake: Drop the ADD_WHOLE_ARCHIVE_TO_LIBRARIES instruction

for the WebKit2 target. This unnecessarily bundles complete archive
files both into the main .so library as well as single executables that
are linked against the WebKit2 target.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r220507 r220527  
     12017-08-10  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Don't use --whole-archive linking flags for the WebKit2 target libraries
     4        https://bugs.webkit.org/show_bug.cgi?id=175416
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * PlatformGTK.cmake: Drop the ADD_WHOLE_ARCHIVE_TO_LIBRARIES instruction
     9        for the WebKit2 target. This unnecessarily bundles complete archive
     10        files both into the main .so library as well as single executables that
     11        are linked against the WebKit2 target.
     12
    1132017-08-09  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebKit/PlatformGTK.cmake

    r220408 r220527  
    859859endif ()
    860860
    861 ADD_WHOLE_ARCHIVE_TO_LIBRARIES(WebKit2_LIBRARIES)
    862 
    863861# To generate WebKitEnumTypes.h we want to use all installed headers, except WebKitEnumTypes.h itself.
    864862set(WebKit2GTK_ENUM_GENERATION_HEADERS ${WebKit2GTK_INSTALLED_HEADERS})
Note: See TracChangeset for help on using the changeset viewer.