diff --git a/pages/common/gcc.md b/pages/common/gcc.md index 276b532f31..e9e56c4727 100644 --- a/pages/common/gcc.md +++ b/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}}`