mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:35:27 +02:00
gcc: add -c option
This commit is contained in:
parent
084986a76b
commit
fc32c063cf
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Compile source code into Assembler instructions:
|
||||
|
||||
`gcc -S {{source.c}}`
|
||||
|
||||
- Compile source code without linking:
|
||||
|
||||
`gcc -c {{source.c}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue