On Thu, 2011-04-14 at 14:25 -0400, Philip Martin wrote: > I believe it is a GNU standard. Debug symbols can be used with an > optimised build although it is obviously easier to debug without > optimisation
More specifically: stepping through a -g -O2 executable is pretty painful, but you can still usually get a decent stack trace from one.