gcc -g

0001-01-01

The -g flag in gcc adds debugging information to compiled objects. This information is used to enrich the output of a debugger such as gdb, making the developer’s life easier.


Links to this note