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