Verbose Logging

software development with some really amazing hair

T+ISGFR

Better ASM Output From gcc

· · Posted in Programming · Tagged with

I always find myself needing this but never remember.

-fverbose-asm

Throw that at gcc when you are outputting asm (-S flag) and you’ll get some useful comments to see what some of the code is actually working on.


Comments powered by Disqus