NEW: compile to assembly instructions

This commit is contained in:
Jean-Claude 2021-10-28 09:30:50 +02:00
parent f2611a2793
commit 19a0446932
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 4 additions and 0 deletions

4
gcc.md Normal file
View File

@ -0,0 +1,4 @@
# GCC
- Compile to assembly: `gcc <file.c> -S`
- Remove unnecessary infos `-fno-asynchronous-unwind-tables` and potentially `-fno-dwarf2-cfi-asm`