Bug 125951

Summary: [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: New BugsAssignee: Gustavo Noronha (kov) <gustavo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, hugo.lima, mrobinson, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 115966    
Attachments:
Description Flags
Patch none

Description Gustavo Noronha (kov) 2013-12-18 14:10:22 PST
[GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
Comment 1 Gustavo Noronha (kov) 2013-12-18 14:11:42 PST
Created attachment 219567 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2013-12-18 15:08:51 PST
Comment on attachment 219567 [details]
Patch

Clearing flags on attachment: 219567

Committed r160799: <http://trac.webkit.org/changeset/160799>
Comment 3 Gustavo Noronha (kov) 2013-12-18 15:08:57 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Hugo Parente Lima 2013-12-19 08:51:27 PST
I guess now all cmake ports are using this, so may be the time to put it in a general place instead of having a copy for each port.