Chinaunix首页 | 论坛 | 博客
  • 博客访问: 111126
  • 博文数量: 37
  • 博客积分: 85
  • 博客等级: 民兵
  • 技术积分: 370
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-22 16:07
文章分类

全部博文(37)

文章存档

2014年(17)

2013年(17)

2012年(3)

我的朋友
gcc

分类: LINUX

2013-01-18 10:55:24

Options:

1. -c: generate object file by using source(*.c) file

2. -o: generate binary file by using object(*.o) file

3. -O: optimize the parameters

4. -Wall: more verbose

5. -l: add library e.g. -lm m is libm.so

6. -I/path: head file path

7. -L/path: library file path

 

阅读(1007) | 评论(0) | 转发(0) |
0

上一篇:nfs

下一篇:drop cache

给主人留下些什么吧!~~