Verbose Logging

software development with some really amazing hair

14 May 09

08:00 AM MDT

Posted in Programming

Better ASM output from gcc

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.

Share/Bookmark

blog comments powered by Disqus