It's not in 6.8
It's not in 6.8
Posted Apr 5, 2024 12:01 UTC (Fri) by Hi-Angel (guest, #110915)In reply to: It's not in 6.8 by Hi-Angel
Parent article: Data-type profiling for perf
Okay, I figured out what it's caused by: it's because I have `-flto` in default options and evidently there's some bug in `perf` that makes it break when that's defined. After removing flto I managed to compile it.