commit: 274e88619f98c77b9a05c33eb956bb7a168d6025 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 8 07:31:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 07:31:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e8861
dev-debug/dtrace: drop filter-lto for live See https://github.com/oracle/dtrace-utils/issues/86#issuecomment-2953671118. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 7765c54784e9..4cc13490c0d1 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -127,8 +127,6 @@ src_configure() { # that can't actually obtain results from probes, even trivial examples # just hang. filter-flags -fno-semantic-interposition - # https://github.com/oracle/dtrace-utils/issues/86 - filter-lto local confargs=( # TODO: Maybe we should set the UNPRIV_UID to something? -3 is a bit... kludgy
