clang, clang++, gcc, g++: edit page (#11629)

This commit is contained in:
Juri Dispan
2023-12-02 09:26:47 +01:00
committed by GitHub
parent 1b8d89e38d
commit ee1478533d
4 changed files with 16 additions and 0 deletions

View File

@@ -22,3 +22,7 @@
- Compile source code into an object file without linking:
`gcc -c {{path/to/source.c}}`
- Optimize the compiled program for performance:
`gcc {{path/to/source.c}} -O{{1|2|3|fast}}`