Re: [patch] Add new -gmlt option for min. debug info with line tables (issue 4440072)

2013-07-29 Thread Cary Coutant
Is anyone still working on this? It would be very useful to include this option in gcc trunk, and have either -g1 or -gmlt emit line number information. This saves considerable space and time during compilation for large builds where full debug info is not needed, but line numbers in stack

Re: [patch] Add new -gmlt option for min. debug info with line tables (issue 4440072)

2013-07-28 Thread mrich30
I'm not aware of any significant use of -g1. It is very rare for anyone to mention it in a bug report for instance. Once upon a time (before 2002-03-19), it was used for compiling libgcc, but that was just to ensure that it got tested somewhere. From my Cisco experience, I would agree