app-i18n/librime: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/944741
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-07-03 02:57:42 -04:00
parent 3a86ab73d1
commit 011916bfcc

View File

@@ -30,6 +30,11 @@ DEPEND="${RDEPEND}
DOCS=( CHANGELOG.md README.md )
src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/944741
# https://github.com/rime/librime/issues/954
filter-lto
# for glog
if use debug; then
append-cxxflags -DDCHECK_ALWAYS_ON