diff options
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-1.7.5312.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.5312.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild index dfb2a1b447ac..b128f9284603 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild @@ -90,13 +90,8 @@ src_prepare() { } src_configure() { - if use vulkan; then - # for bundled glslang (bug #858374) - append-flags -fno-strict-aliasing - - # odr violations in pcsx2's vulkan code, disabling as a safety for now - filter-lto - fi + # for bundled old glslang (bug #858374) + use vulkan && append-flags -fno-strict-aliasing local mycmakeargs=( -DBUILD_SHARED_LIBS=no |