Bug 162561 - [cmake] Added an option to disable thin archives when they are undesirable.
Summary: [cmake] Added an option to disable thin archives when they are undesirable.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-26 08:48 PDT by Konstantin Tokarev
Modified: 2016-09-26 12:00 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.04 KB, patch)
2016-09-26 08:50 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-09-26 08:48:19 PDT
Setting USE_THIN_ARCHIVES option to OFF disables thin archive generation. For example, it is useful when static libraries must be installed, or to override autodetection of ar in case there are any problems with thin archives on target OS.
Comment 1 Konstantin Tokarev 2016-09-26 08:50:57 PDT
Created attachment 289831 [details]
Patch
Comment 2 WebKit Commit Bot 2016-09-26 11:59:56 PDT
Comment on attachment 289831 [details]
Patch

Clearing flags on attachment: 289831

Committed r206384: <http://trac.webkit.org/changeset/206384>
Comment 3 WebKit Commit Bot 2016-09-26 12:00:03 PDT
All reviewed patches have been landed.  Closing bug.