mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-emulation/lsfg-vk: remove LTO filtering on GCC for live ebuild
Issues don't seem to happen anymore after the rewrite, at least on my machine Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake flag-o-matic toolchain-funcs
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Lossless Scaling Frame Generation on Linux via DXVK/Vulkan"
|
||||
HOMEPAGE="https://github.com/PancakeTAS/lsfg-vk"
|
||||
@@ -47,7 +47,6 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-is-gcc && filter-lto # LTO with gcc causes segfaults at runtime
|
||||
local mycmakeargs=(
|
||||
-DLSFGVK_BUILD_CLI=$(usex cli)
|
||||
-DLSFGVK_BUILD_UI=$(usex gui)
|
||||
|
||||
Reference in New Issue
Block a user