mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user