diff options
author | 2022-07-16 22:47:31 +0200 | |
---|---|---|
committer | 2022-07-16 22:47:31 +0200 | |
commit | 501a1642f8aba4f6000bfe907af4b4f755a73bcc (patch) | |
tree | fa28c2a678ced2a6d9e00860693a154a73cee056 /app-emulation/86Box | |
parent | app-emulation/pcem: fix configure flags (diff) | |
download | gentoo-501a1642f8aba4f6000bfe907af4b4f755a73bcc.tar.gz gentoo-501a1642f8aba4f6000bfe907af4b4f755a73bcc.tar.bz2 gentoo-501a1642f8aba4f6000bfe907af4b4f755a73bcc.zip |
app-emulation/86Box: add -fno-strict-aliasing
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/86Box')
-rw-r--r-- | app-emulation/86Box/86Box-3.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/86Box/86Box-3.6.ebuild b/app-emulation/86Box/86Box-3.6.ebuild index 78a19f937313..ab0476394bfd 100644 --- a/app-emulation/86Box/86Box-3.6.ebuild +++ b/app-emulation/86Box/86Box-3.6.ebuild @@ -48,6 +48,7 @@ src_configure() { # LTO needs to be filtered # See https://bugs.gentoo.org/854507 filter-lto + append-flags -fno-strict-aliasing local mycmakeargs=( -DCPPTHREADS="$(usex threads)" |