mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
Upstream build w/ -fno-strict-aliasing but >= GCC 17 makes -Werror=strict-aliasing (set by the user here) effective even with that, so disable both rather than just the error to be safe, otherwise we might miss it if upstream drop -fno-strict-aliasing but there's real problems left. Signed-off-by: Sam James <sam@gentoo.org>