rustc/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md
2024-06-21 09:39:33 +02:00

4 lines
147 B
Markdown

# 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.