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 t

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 expla

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

2010-10-20 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

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 - fpc-pascal@lists.fr

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 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

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-14 Thread Andrew Brunner
Thanks, Jonas. On Thu, Oct 14, 2010 at 6:43 AM, Jonas Maebe 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 > ___ >

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 http://lists.freepascal.org/ma

[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 se