gcc: add -c option

This commit is contained in:
liuderchi
2016-05-21 22:55:03 +08:00
parent 084986a76b
commit fc32c063cf

View File

@@ -17,3 +17,7 @@
- Compile source code into Assembler instructions:
`gcc -S {{source.c}}`
- Compile source code without linking:
`gcc -c {{source.c}}`