Use the -S switch: gcc -S -fverbose-asm foo.c g++ -S -fverbose-asm bar.cpp
To see what the available switches are, use: gcc -v --help
HTH, --Eljay
Use the -S switch: gcc -S -fverbose-asm foo.c g++ -S -fverbose-asm bar.cpp
To see what the available switches are, use: gcc -v --help
HTH, --Eljay