Update
This commit is contained in:
parent
afe45d1d02
commit
df15c792b3
2 changed files with 3 additions and 3 deletions
2
c.md
2
c.md
|
@ -54,4 +54,4 @@ You can replace `gcc` with other compilers (e.g. `clang`, `tcc`, `g++` etc.), th
|
|||
- `-O3`: optimize for program speed, greatly speeds up your program (you can also use less aggressive `-O2` and `-O1`)
|
||||
- `-Os`: optimize for smaller program size
|
||||
- `-g`: include debug info, you want this so that debuggers can point to your source code
|
||||
- `-std=c99`: use the C99 standard
|
||||
- `-std=c99`: use the C99 standard
|
Loading…
Add table
Add a link
Reference in a new issue