[Webkit-unassigned] [Bug 198070] Webkit-gtk is a memory hog during compilation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 12:26:59 PDT 2019


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aperez at igalia.com

--- Comment #2 from Adrian Perez <aperez at igalia.com> ---
Usually the most critical part of compilation when it comes
to memory usage is linking binaries. Something that helps is
making sure you have the Gold linker installed, and that it
is being used (CMake will print a warning if it was not found,
IIRC). Alternatively, you *might* have better luck with the
lld linker (which uses LLVM), but using it to build WebKitGTK
has not been tested much, so YMMV. I hope this tip helps :-)

-- 
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/20190521/d7612382/attachment.html>


More information about the webkit-unassigned mailing list