#177066 - blessingta@hotmail.co.uk - Sun Dec 04, 2011 5:23 pm
how do you make the compiler show you the asm code it generates when it converts the C code ?
Code: |
CFLAGS := -g -Wall -O2\
-fomit-frame-pointer\ -ffast-math \ $(ARCH) |
Code: |
CFLAGS := -g -Wall -O2 -save-temps\
-fomit-frame-pointer\ -ffast-math \ $(ARCH) |