These are the different stages using gcc
gcc -E --> Preprocessor, but don't compile
gcc -S --> Compile but don't assemble
gcc -c --> Preprocess, compile, and assemble, but don't link
gcc with no switch will link your object files and generate the executable
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…