about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/doc/debugging-gcc-lto.md
blob: 93b150d76865058c75ba6f10c333f044d5907364 (plain)
1
2
3
# 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.