How hard would it be to add a tree-like structure and headers/sections to
the -v gcc option so you can see the call structure. Would this be a
reasonable first contribution/customization for a noob? It'll be a while
before I can reasonably work on this.
GCC
version
config
|---- cc1 main.c
| cc1 config and
| output
-> tempfile.s
'*extra space' *between each lowest
level command
|---- as -v
| output
-> tempfile.o
|---- collect2.exe
| output
|----- ld.exe
| output
-> tempfile.exe
