Hacker News new | ask | show | jobs
by kishu18 2613 days ago
Thanks for the suggestion. Do you have any good reference for reading about this feature?
1 comments

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...
Nice. Thanks for sharing the stackoverflow link. Will check that.