This commit is contained in:
Miloslav Ciz 2022-01-08 20:39:02 -06:00
parent afe45d1d02
commit df15c792b3
2 changed files with 3 additions and 3 deletions

2
c.md
View file

@ -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