gcc 编译器

gcc -E test.c  预处理

gcc -v test.c  查看编译的整个过程

objdump -d a.out 查看elf文件

原文地址:https://www.cnblogs.com/zhoulikai/p/3338444.html