https://bugs.kde.org/show_bug.cgi?id=490651

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Mark Wielaard <m...@klomp.org> ---
commit 41a9896f9a91c0e1e44edf3aeff90b6f42f5c132
Author: Sam James <s...@gentoo.org>
Date:   Mon Jul 22 12:26:39 2024 +0100

    configure: drop -flto-partition=one

    For me, -flto-partition=one takes ~35m to build + test, while the default
    (which is 'balanced') takes ~5m.

    The reason that -flto-partition=one is slower is because it disables all
    of gcc's LTO parallelisation. This can produce better code, at the cost
    of (far) more expensive build times. If users want that, they can still
    pass it in their *FLAGS, but I don't think it's a suitable default.

    This was originally added in ab773096df7aaaf46e8883af5ed4690f4d4499af.

    https://bugs.kde.org/show_bug.cgi?id=490651

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to