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