Hacker News new | ask | show | jobs
by saagarjha 2613 days ago
GCC's option page lists what it does: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html. However, it's not all that obvious that this is the flag that controls whether the "cfi" labels are emitted. Here's a more general Stack Overflow question about creating nice assembly output: https://stackoverflow.com/questions/38552116/how-to-remove-n...
1 comments

Nice. Thanks for sharing the stackoverflow link. Will check that.