md-notes/gcc.md

8 lines
200 B
Markdown
Raw Normal View History

2022-07-25 13:05:35 +02:00
# GCC
### compilation flags
- `-g` ~ enable debugging mode (for gdb to show running c code also)]
- `-Wall` ~ enable all warnings
- `-o binary` ~ output to binary file
- `-S` ~ also compile asm file