1
0
liuderchi 8 жил өмнө
parent
commit
fc32c063cf
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      pages/common/gcc.md

+ 4 - 0
pages/common/gcc.md

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