Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 147 Bytes

debugging-gcc-lto.md

File metadata and controls

3 lines (2 loc) · 147 Bytes

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.