[Webkit-unassigned] [Bug 206738] New: [CMake] Provide a “tooling build” configuration option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 05:03:16 PST 2020


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

            Bug ID: 206738
           Summary: [CMake] Provide a “tooling build” configuration option
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

I am splitting this out from bug #206737 because I think it will
be uncontroversial. The idea is to have a build option which does
whatever is needed to make standard tools work with a compilation
database (a.k.a. that “compile_commands.json” file).

At least such an option should:

 - Set CMAKE_EXPORT_COMPILE_COMMANDS=ON (yay!)
 - Set ENABLE_DEVELOPER_BUILD=ON (of course!)
 - Set ENABLE_UNIFIED_BUILDS=OFF (because unified builds play
   badly with many third-party tools, ouch!)
 - Define a target which can be used to generate all the needed
   derived sources and copy forwarding headers, so it's possible
   to run “ninja tooling-prepare“ (or similar).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200124/ac9e35e3/attachment-0001.htm>


More information about the webkit-unassigned mailing list