RESOLVED WONTFIX 109582
[GTK] Split WebCore/inspector into a separate library
https://bugs.webkit.org/show_bug.cgi?id=109582
Summary [GTK] Split WebCore/inspector into a separate library
Denis Nomiyama (dnomi)
Reported 2013-02-12 07:03:45 PST
The debug build of libWebCore.a is getting bigger than 4GB again and the archiver (ar) is not able to handle files with this size. The solution has been to split the library (Bug 94435). The WebInspector is another module that could be moved to a separate library.
Attachments
Patch (24.34 KB, patch)
2013-02-12 08:04 PST, Denis Nomiyama (dnomi)
no flags
Denis Nomiyama (dnomi)
Comment 1 2013-02-12 08:04:36 PST
Created attachment 187869 [details] Patch This patch is based on kov's work on Bug 94435.
Denis Nomiyama (dnomi)
Comment 2 2013-02-15 09:11:26 PST
This patch is not necessary after this fix http://trac.webkit.org/changeset/143001 The IRC conversation explaining the fix is copied below. <kov> dnomi, the usual flags are 'cru', we add 'T' which causes the .a files to not include all files but to just point to them instead - it's called a thin archive <kov> dnomi, helps with disk space, I/O cache and sidesteps the archive size limit
Note You need to log in before you can comment on or make changes to this bug.