[fpc-devel] which compile cmmand line switches imply debug info?
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat Sep 17 15:43:57 CEST 2011
On 17 Sep 2011, at 15:39, Martin <lazarus at mfriebe.de> wrote:
> Does that mean -gh does add debug info?
As the compiler help specifies, -g enables debug information. -gh is the same as -g -gh. You can use -g-h to enable heaptrc without debug information.
> (stabs, unless others specified)?
The default debug format depends on the target platform.
Jonas
More information about the fpc-devel
mailing list