unifreak / unifreak.github.io

unifreak's blog
https://unifreak.github.io
MIT License
24 stars 42 forks source link

GCC 基本使用教程 - part 1 | UniFreak’s blog #11

Open unifreak opened 1 year ago

unifreak commented 1 year ago

https://unifreak.github.io/tutorial/note-gnu-gcc-introduction-part-1

这是我阅读《 An Introduction to GCC 》 的笔记. 这篇文章介绍如何使用 gcc 编译 c 文件, 以及编译相关的概念和选项等. 下一篇将介绍如何使用预处理器, 如何为了调试或性能优化进行编译已经常用的相关工具等.