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
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal