<p>broke: compile to executable, try to extract call graph from binary<br />woke: compile to staticlib, `ld --relocatable`, extract call graph from relocations<br />bespoke: compile to executable, `-Clink-arg=-Wl,--emit-relocs`</p>
Reply