when compiling,I write " gcc -g -Wall dene2 dene2.c", then gcc emits some trace
- by gcc
when I compile my code,I write " gcc -g -Wall dene2 dene2.c" in the console.
then gcc emits some things on the screen.
I havenot understand what it is and I cannot consturct any meaning.
I have sorted in google but I havenot seen any information about thing which gcc
emits on screen
I am not saying examining…