[fpc-pascal] -gl -Co as compiler directives?

Jonas Maebe jonas at zeus.ugent.be
Mon Oct 18 19:36:56 CEST 2004


On 18 okt 2004, at 19:14, Alan Mead wrote:

> Are there a source-code directives to generate line numbers

Not directly, although although you can get the same effect by using

{$d+}
uses lineinfo;

(as long as you want the equivalent of -gl, and not of -g-l)

> and check overflows?

{$q+}


Jonas





More information about the fpc-pascal mailing list