[Webkit-unassigned] [Bug 107333] New: Proposed patch to build webcore using cmake's object library feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 15:25:59 PST 2013


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

           Summary: Proposed patch to build webcore using cmake's object
                    library feature
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: holo at rim.com



holo at rim.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183558|                            |review?
               Flag|                            |


Created an attachment (id=183558)
 --> (https://bugs.webkit.org/attachment.cgi?id=183558&action=review)
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.

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