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

app-misc/openrgb-plugin-effects: disable LTO #871

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
app-misc/openrgb-plugin-effects: disable LTO
Compiling the openrgb effects plugin with LTO enabled causes openrgb to crash with a segmentation fault on startup.
  • Loading branch information
BreadYogurt committed Feb 3, 2023
commit 423120d7559cc38fc122f7977d26441c6903bf41
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 @@ -158,6 +158,7 @@ sys-fs/cryfs *FLAGS-=-flto* # Test failure
sys-libs/libapparmor *FLAGS-=-flto* # Undefined symbol error when trying to compile sys-apps/apparmor
sys-libs/libxcrypt *FLAGS-=-flto* # Undefined symbols in library files cause dependencies like net-misc/whois to fail to build
app-misc/openrgb *FLAGS-=-flto* # Segmentation fault on launch
app-misc/openrgb-plugin-effects *FLAGS-=-flto* # Segmentaion fault on launch
# END: LTO not recommended

# BEGIN: Build Workarounds
Expand Down