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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 22:01:11 PST 2013


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





--- Comment #1 from Thiago Marcos P. Santos <tmpsantos at gmail.com>  2013-01-20 22:03:00 PST ---
(In reply to comment #0)
> Created an attachment (id=183558)
 --> (https://bugs.webkit.org/attachment.cgi?id=183558&action=review) [details]
> patch
> 
> The proposed patch utilizes cmake's object library feature introduced in 2.8.8. This patch provides the option for users to compile WebCore source files into object files but does not link archive or link them into a library file. Instead the object files may be included in other targets created by add_library or add_executable by listing the object library as a source with special syntax $<TARGET_OBJECTS:objlib>, where "objlib" is the object library name (which in this case is webkit).
> 
> By doing this, webcore avoids having to link and thus reducing webkit build time in general.

The problem of bumping CMake's version is that most of the EFL developers are using Ubuntu 12.04 on theirs development machine (and on our bots) and it ships CMake 2.8.7. The reason being because it is the latest LTS (Long Term Support) release. That said, I cannot support this change.

-- 
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