mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-ml/XNNPACK: mark as strict-aliasing unsafe
Closes: https://bugs.gentoo.org/953467 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -32,6 +32,10 @@ RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="test? ( static-libs )"
|
||||
|
||||
src_configure() {
|
||||
# -Werror=strict-aliasing
|
||||
# https://bugs.gentoo.org/953467
|
||||
# https://github.com/google/XNNPACK/issues/8800
|
||||
append-flags -fno-strict-aliasing
|
||||
# -Werror=lto-type-mismatch
|
||||
# https://bugs.gentoo.org/933414
|
||||
# https://github.com/google/XNNPACK/issues/6806
|
||||
|
||||
Reference in New Issue
Block a user