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-lang/ldc2::dlang: required -ffat-lto-objects #856

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 @@ -110,6 +110,7 @@ x11-drivers/xf86-video-intel *FLAGS-=-flto*
app-crypt/efitools *FLAGS+=-ffat-lto-objects # textrel?
app-editors/vim "has perl ${IUSE//+} && use perl && FlagAddAllFlags -ffat-lto-objects" # required for perl USE flag
dev-haskell/* *FLAGS+=-ffat-lto-objects #This is so non-portage GHC compilations work, as GHC is oblivious to LTO. portage builds are fine.
dev-lang/ldc2::dlang *FLAGS+=-ffat-lto-objects # Required by ldc2-1.29.0 and ldc2-1.30.0
dev-lang/moarvm *FLAGS+=-ffat-lto-objects # required for perl6 (i.e., dev-lang/nqp and dev-lang/rakudo to build)
dev-util/cargo *FLAGS+=-ffat-lto-objects # fails to link against git2 functions without
dev-util/cargo-c *FLAGS+=-ffat-lto-objects # fails to link against ssh functions without
Expand Down