dev-debug/dtrace: filter LTO again for live

Undo 274e88619f with a new comment. It
builds fine (didn't before, of course) but it's broken at runtime.

Bug: https://github.com/oracle/dtrace-utils/issues/86
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-08 10:09:14 +01:00
parent f364fef000
commit 36dbfb7c81

View File

@@ -126,6 +126,9 @@ src_configure() {
# that can't actually obtain results from probes, even trivial examples
# just hang.
filter-flags -fno-semantic-interposition
# While it builds as of 2025-06-08, it's broken at runtime
# in the same way as -fno-semantic-interposition (hangs, no probes fire).
filter-lto
local confargs=(
# TODO: Maybe we should set the UNPRIV_UID to something? -3 is a bit... kludgy