Revert "games-util/mangohud: disable lto"

The issue is that MangoHud doesn't build with libc++
unrelated with LTO for now.

This reverts commit 46368c09827e0b556293650c447fdb9cc808ee57.

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel KARA SLIMANE 2024-12-28 02:49:35 +01:00
parent 7e8a14d1ba
commit d842ad9583
No known key found for this signature in database
GPG Key ID: 1BF621F33E06002D
2 changed files with 0 additions and 6 deletions

View File

@ -92,9 +92,6 @@ RDEPEND="
"
src_unpack() {
# Since the package dosent compile with lto (for LLVM at least) just filter it
filter-lto
default
[[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )

View File

@ -92,9 +92,6 @@ RDEPEND="
"
src_unpack() {
# Since the package dosent compile with lto (for LLVM at least) just filter it
filter-lto
default
[[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )