Skip to content
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 @@ -141,6 +141,7 @@ dev-libs/libbsd *FLAGS-=-flto* # Undefined symbol error when building mail-clien
dev-libs/libpcre *FLAGS-=-flto* # Test failure
dev-libs/protobuf *FLAGS-=-flto* #Upstream bug https://github.com/protocolbuffers/protobuf/issues/4958
dev-libs/rocr-runtime *FLAGS-=-flto* # Causes crashes in multiple OpenCL tools
dev-python/cryptography *FLAGS-=-flto* # Undefined symbol PyInit__openssl due to GCC versus LLVM/Clang LTO https://github.com/pyca/cryptography/issues/9023
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
media-libs/mesa "has video_cards_i965 ${IUSE//+} && use video_cards_i965 && FlagSubAllFlags -flto*"
Expand Down