clang, clang++, gcc, g++: edit page (#11629)
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
- Compile source code without linking:
|
||||
|
||||
`clang -c {{input_source.c}}`
|
||||
|
||||
- Optimize the compiled program for performance:
|
||||
|
||||
`clang {{path/to/source.c}} -O{{1|2|3|fast}}`
|
||||
|
Reference in New Issue
Block a user