mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 21:32:03 +00:00
147 B
147 B
How to debug GCC LTO
Run do the command with -v -save-temps
and then extract the lto1
line from the output and run that under the debugger.