Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 7:52 PM, Leonardo M. Ramé wrote: > Thanks, now I can debug fpc packages!. > Very good! I did not answer your another question because Henry did. Marcos Douglas ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://li

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Thanks, now I can debug fpc packages!. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 2/24/11, Henry Vermaak wrote: > From: Henry Vermaak > Subject: Re: [fpc-devel] Compiling FPC with Debug info > To: "FPC developers' list" > Date: Thursday, Februar

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Henry Vermaak
On 24 February 2011 20:56, Leonardo M. Ramé wrote: > Thanks Marcos, I used make clean all OPT="-g" and aparently it didn't include > debugging info. How can I check that? > Try OPT="-gl -O-". You can check the .o files with the "file" command. This will tell you if it's stripped or not. Henry

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Thanks Marcos, I used make clean all OPT="-g" and aparently it didn't include debugging info. How can I check that? Leonardo M. Ramé http://leonardorame.blogspot.com --- On Thu, 2/24/11, Marcos Douglas wrote: > From: Marcos Douglas > Subject: Re: [fpc-devel] Compilin

Re: [fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 5:11 PM, Leonardo M. Ramé wrote: > Hi, I usually compile fpc with "make clean all", this builds everything for > RELEASE. How can I compile this with Debug info? make clean all OPT="params_here" Like this: http://wiki.lazarus.freepascal.org/Installing_Lazarus#STEP_.235:_

[fpc-devel] Compiling FPC with Debug info

2011-02-24 Thread Leonardo M . Ramé
Hi, I usually compile fpc with "make clean all", this builds everything for RELEASE. How can I compile this with Debug info? Thanks, in advance, Leonardo M. Ramé http://leonardorame.blogspot.com ___ fpc-devel maillist - fpc-devel@lists.freepascal.o