commit:     c38b7089c103557ccafd67f9b9c585a605a2c36c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 10:52:07 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu May 30 10:52:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b7089

app-emulation/vkd3d: avoid using lto by default

Closes: https://bugs.gentoo.org/933178
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/vkd3d/vkd3d-1.12.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/vkd3d/vkd3d-1.12.ebuild 
b/app-emulation/vkd3d/vkd3d-1.12.ebuild
index 23f3a949fb23..a6965c74656c 100644
--- a/app-emulation/vkd3d/vkd3d-1.12.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.12.ebuild
@@ -37,6 +37,8 @@ multilib_src_configure() {
                $(use_with spirv-tools)
                --disable-doxygen-pdf
                --without-xcb
+               # let users' flags control lto (bug #933178)
+               vkd3d_cv_cflags__flto_auto=
        )
 
        ECONF_SOURCE=${S} econf "${conf[@]}"

Reply via email to