gcc: mention -c compiles into object file (#8381)

* gcc: mention -c compiles into object file

* gcc: clarify wording about compiling to object file

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
pull/1/head
jxu 2022-08-22 08:12:20 -04:00 committed by GitHub
parent 09b5bb8c04
commit cecf8f2150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
`gcc -S {{path/to/source.c}}`
- Compile source code without linking:
- Compile source code into an object file without linking:
`gcc -c {{path/to/source.c}}`