首页 > 技术文章 > gcc

saihide 2015-05-15 15:27 原文

gcc -o hello hello.c  生成可执行文件

gcc -c hello.c 输出目标代码 hello.o

推荐阅读