Re: [fpc-pascal] Building FPC with debug information

2010-10-21 Thread Graeme Geldenhuys
Op 2010-10-20 20:36, Jonas Maebe het geskryf: On 20 Oct 2010, at 19:54, Brian Winfrey wrote: make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc command line. Is that correct? Yes. Mind explaining why? DEBUG and RELEASE is known to be

Re: [fpc-pascal] Building FPC with debug information

2010-10-21 Thread Henry Vermaak
On 21/10/10 07:24, Graeme Geldenhuys wrote: Op 2010-10-20 20:36, Jonas Maebe het geskryf: On 20 Oct 2010, at 19:54, Brian Winfrey wrote: make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc command line. Is that correct? Yes. Mind

Re: [fpc-pascal] Building FPC with debug information

2010-10-21 Thread Jonas Maebe
On 21 Oct 2010, at 08:24, Graeme Geldenhuys wrote: Op 2010-10-20 20:36, Jonas Maebe het geskryf: On 20 Oct 2010, at 19:54, Brian Winfrey wrote: make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc command line. Is that correct? Yes.

Re: [fpc-pascal] Building FPC with debug information

2010-10-20 Thread Brian Winfrey
make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc command line. Is that correct? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Building FPC with debug information

2010-10-20 Thread Andrew Brunner
Yes. It's what I saw. I was still able to trace database components line by line using Lazarus and GDB though. On Wed, Oct 20, 2010 at 12:54 PM, Brian Winfrey bwcod...@gmail.com wrote: make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc

Re: [fpc-pascal] Building FPC with debug information

2010-10-20 Thread Jonas Maebe
On 20 Oct 2010, at 19:54, Brian Winfrey wrote: make OPT=-O- DEBUG=1 all When I ran this I see that both -dDEBUG and -dRELEASE are passed on the fpc command line. Is that correct? Yes. Jonas ___ fpc-pascal maillist -

Re: [fpc-pascal] Building FPC with debug information

2010-10-14 Thread Jonas Maebe
On 14 Oct 2010, at 02:58, Andrew Brunner wrote: I was reading on building FPC with debug enabled so I can trace into a unit make OPT=-O- DEBUG=1 all Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Building FPC with debug information

2010-10-14 Thread Andrew Brunner
Thanks, Jonas. On Thu, Oct 14, 2010 at 6:43 AM, Jonas Maebe jonas.ma...@elis.ugent.be wrote: On 14 Oct 2010, at 02:58, Andrew Brunner wrote: I was reading on building FPC with debug enabled so I can trace into a unit make OPT=-O- DEBUG=1 all Jonas

[fpc-pascal] Building FPC with debug information

2010-10-13 Thread Andrew Brunner
I was reading on building FPC with debug enabled so I can trace into a unit and found that it was way too difficult to find the parameters. I know I had at one time edited the wiki page once I learned how to do it but to my surprise that info was either lost/moved or too hard to navigate and the