[Options for Debugging Your Program](https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html) > -glevel ... Level 1 produces minimal information, **enough for making backtraces** ... Full debug info are very big and mainly no sense for "plain users", but backtraces often need for first time analysis.