[Webkit-unassigned] [Bug 180625] Link-Time-Optimizations could be used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 15:05:12 PST 2022


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Adrian Perez <aperez at igalia.com> ---
LTO has always worked fine for me without this patch. For the sake of
being thorough, I just did a build using the following command for
configuring it:

  CC=gcc CXX=g++ \
  LDFLAGS='-flto=27 -fuse-linker-plugin -fuse-ld=bfd' \
  CFLAGS='-flto=27 -fuse-linker-plugin' \
  CXX='g++ -flto=27 -fuse-linker-plugin' \
  cmake -S. -Bbuild-gtk -DCMAKE_BUILD_TYPE=Release -DPORT=GTK -GNinja && \
  ninja -Cbuild-gtk -j27

This completed just fine :)

I am going to close this as WORKSFORME, but if somebody runs into the
same issue again of course we can reopen it. In that case, please do
indicate how to reproduce the build issue (commands used for building,
and information about the compiler/linker/etc. being used).

-- 
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/20220228/de4b0639/attachment.htm>


More information about the webkit-unassigned mailing list