On Tue, Apr 26, 2011 at 3:44 PM, Cary Coutant <ccout...@google.com> wrote: > This patch adds a new option, -gmlt, that produces level 1 debug info > plus line number tables and inlined subroutine information. (The option > is short for "minimum line tables," taken from a similar feature of > HP's compilers.)
What is the difference between -gmlt and -g1? And why can't this just be enabled for -g1? Thanks, Andrew Pinski