What | Removed | Added |
---|---|---|
CC | aaronpuchert@alice-dsl.net |
The workaround should no longer be needed, in fact since version 0.16 [1]. I tried the reproducers from comment 0 without it, and there were no issues. So I posted a change to remove it again: https://build.opensuse.org/request/show/1134352. Full debug info was probably never needed, only symbols. But I didn't succeed in only keeping symbols. With %define _find_debuginfo_opts -g I got the flag into find-debuginfo, but I'm not sure why it had no effect. However, this doesn't matter anymore as even symbols are no longer required, and we can just go with the distro default again. [1] https://github.com/iovisor/bpftrace/pull/2264