commit:     df448c034539a89dbc9bd1cc62abffeb6f7b53d3
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 20:48:33 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 20:48:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df448c03

app-emulation/pcem: add -fno-strict-aliasing

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-emulation/pcem/pcem-17-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/pcem/pcem-17-r1.ebuild 
b/app-emulation/pcem/pcem-17-r1.ebuild
index 32518f0671f7..413ef572d024 100644
--- a/app-emulation/pcem/pcem-17-r1.ebuild
+++ b/app-emulation/pcem/pcem-17-r1.ebuild
@@ -48,6 +48,7 @@ src_configure() {
        # LTO needs to be filtered
        # See https://bugs.gentoo.org/854528
        filter-lto
+       append-flags -fno-strict-aliasing
 
        local myeconfargs=(
                --enable-release-build

Reply via email to