mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/ginkgo: strict-aliasing is fixed in git, add TODO to remove workaround
Bug: https://bugs.gentoo.org/862705 Bug: https://github.com/ginkgo-project/ginkgo/issues/1657 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -40,6 +40,8 @@ src_configure() {
|
||||
# https://github.com/ginkgo-project/ginkgo/issues/1657
|
||||
#
|
||||
# Do not trust it with LTO either.
|
||||
#
|
||||
# Fixed after 1.10.0, remove on next version bump.
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user