added gcc option
This commit is contained in:
@@ -13,3 +13,7 @@
|
||||
- Include libraries from a different path:
|
||||
|
||||
`gcc {{source.c}} -o {{executable}} -I{{header_path}} -L{{library_path}} -l{{library_name}}`
|
||||
|
||||
- Compile source code into Assembler instructions:
|
||||
|
||||
`gcc -S {{source.c}}`
|
||||
|
Reference in New Issue
Block a user