Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-vcs/git: add -ffat-lto-objects workaround #776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sys-config/ltoize/files/package.cflags/lto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ dev-libs/protobuf *FLAGS-=-flto* #Upstream bug https://github.com/protocolbuffer
dev-libs/rocr-runtime *FLAGS-=-flto* # Causes crashes in multiple OpenCL tools
dev-qt/qtscript *FLAGS-=-flto* #LTO patch exists, but crashes on newer Qt versions. Needs to be updated.
dev-scheme/gambit *FLAGS-=-flto* # Runtime errors when gsc when built with LTO on > GCC 8
dev-vcs/git *FLAGS+=-ffat-lto-objects # git clone results in "bad object" error
media-libs/mesa "has video_cards_i965 ${IUSE//+} && use video_cards_i965 && FlagSubAllFlags -flto*"
media-sound/jack2 *FLAGS-=-flto* # segfault in libjack.so.0.1.0 when ANY app trying to use it (breaks everithing built w/ JACK support)
net-misc/networkmanager *FLAGS-=-flto* # Test failure
Expand Down