rust/doc/debugging-gcc-lto.md

4 lines
147 B
Markdown
Raw Normal View History

2024-02-17 10:13:48 -06:00
# 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.