x11-libs/fox: filter LTO

Has strict aliasing issues. The website has:
> Tentative alias_cast() template may be used for shutting up GCC alias warnings. This means type-punning related warnings are now properly suppressed.
which isn't promising.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-07-27 23:19:33 +01:00
parent d1decff3a9
commit fe5777553e

View File

@@ -65,6 +65,8 @@ src_prepare() {
}
src_configure() {
filter-lto
use debug || append-cppflags -DNDEBUG
# Not using --enable-release because of the options it sets like no SSP