Gcc-GNU C Compiler 编译方法(为知学习笔记)-CSDN博客

网站介绍:1、开源+效率,所有选择了它,效率提高20%~30%2、使用方法: gcc 【options】 filenames3、编译hello.c gcc hello.c ->得到 a.out executive: ./a.out4、gcc编译流程 5、编译流程拆解、