[Webkit-unassigned] [Bug 107333] [CMake] Build webcore using cmake's object library feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 07:27:50 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107333





--- Comment #8 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2013-01-23 07:29:42 PST ---
(In reply to comment #7)
> If I understood the proposed change correctly, we are not going to link WebCore anymore as a single object to relink it again when linking the ultimate target: libwebkit.so. Instead, we are going to get a handful of shared objects.

Just one small correction: this change does not generate a handful of shared objects (.so files), but rather only generate the object files (.o) without linking them together into a .a file at the end.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list