Skip to content

Commit

Permalink
media-libs/mesa: Re-enable LTO (19.1)
Browse files Browse the repository at this point in the history
Ref #143

Signed-off-by: Shane Peelar <[email protected]>
  • Loading branch information
InBetweenNames committed May 8, 2019
1 parent d57a1c2 commit 0a1acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-config/ltoize/files/package.cflags/ltoworkarounds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sys-apps/bat *FLAGS+=-ffat-lto-objects # fails to link against git2 functions

#Packages which cannot be built with LTO at all (previously was nolto.conf)
dev-util/perf *FLAGS-=-flto*
media-libs/mesa *FLAGS-=-flto* #*FLAGS-=-Wl,--as-needed # strange LTO linking bug that causes pthreads to be thrown out early under LTO (#50)
<media-libs/mesa-19.1.0_rc1 *FLAGS-=-flto* #*FLAGS-=-Wl,--as-needed # strange LTO linking bug that causes pthreads to be thrown out early under LTO (#50)
app-emulation/qemu *FLAGS-=-flto* *FLAGS+=-fno-strict-aliasing # required to compile qemu
media-libs/alsa-lib *FLAGS-=-flto*
dev-libs/elfutils *FLAGS-=-flto*
Expand Down

0 comments on commit 0a1acca

Please sign in to comment.