Merge pull request #897 from liuderchi/gcc

gcc: add -c option
waldyrious/alt-syntax
Leandro Ostera 2016-05-22 15:31:41 +02:00
commit 169f5174eb
1 changed files with 4 additions and 0 deletions

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}}`