How do I compile to assembly instead of an executable with gcc. I know there is an -S flag, but where do I use it in the makefile. For example, if I use flags -O3 -o exe_name, where should I put the -S flag?
question from:https://stackoverflow.com/questions/8021874/how-can-i-compile-to-assembly-with-gcc