码迷,mamicode.com
首页 > 其他好文 > 详细

gcc 常用指令

时间:2019-04-24 11:58:36      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:a.out   强制   wal   hello   编译   执行   执行文件   nbsp   col   

gcc hello.c      直接编译默认输出 a.out可执行文件

gcc hello.c -o hello      生成名字为hello的可执行文件

gcc hello.c -o hello -Wall    强制输出警告(有警告就输出)

 

gcc 常用指令

标签:a.out   强制   wal   hello   编译   执行   执行文件   nbsp   col   

原文地址:https://www.cnblogs.com/electronic/p/10761467.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!