mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user