[fpc-pascal] SQLdb: problem using GDB, but do not have memleak
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Mar 20 16:35:52 CET 2012
On 20 Mar 2012, at 14:06, Marcos Douglas wrote:
> I compile FPC using these options: UPXPROG=echo COPYTREE=echo OPT="-
> gl"
You should use OPT="-O- -gl" if you want to debug standard FPC units.
The default for building the entire FPC source tree is -O2.
Optimizations generally have little effect on the line number
information though.
Jonas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120320/2e3ff678/attachment.html>
More information about the fpc-pascal
mailing list