标签:
There are four stages for GCC to compile c/c++ applications: Preprocessing, Compilation proper, Assembly, Linking.
The following table illustrates input, output, gcc options in the foure stages.
Here is a example for the stages of compiling a c++ application.
Four stages of GCC compilation
标签:
原文地址:http://www.cnblogs.com/anor/p/4522382.html