<div class="directories"> <!-- Generate directories listing --> <!-- Generate posts listing --> <div class="post-preview"> <a href="/skill/clang/gcc-compile.html"> <h2 class="post-title"> Clang - GCC 编译 </h2> <sub>-「Skill / Clang」</sub> <div class="post-content-preview"> 示例代码 1 2 3 4 5 6 #include &lt;stdio.h&gt; int main() { printf("Hello World!\n" ); return 0; } 编译 一步到位 编译总共分四个阶段: 预处理(也称之为预编译,Preprocessing) 编译(Compilation) 汇编(Assembly) 链接(Li... </div> </a> <p class="post-meta"> Posted by Oscaner on August 18, 2018 </p> </div> </div>