How do you get assembler output from C/C++ source in gcc?
Asked 07 September, 2021
Viewed 1.5K times
  • 55
Votes

How does one do this?

If I want to analyze how something is getting compiled, how would I get the emitted assembly code?

17 Answer