On Sat, Jul 2, 2011 at 12:22 PM, leledumbo wrote:
>
> > 1- How can I compile all packages with DEBUG option?
>
> pass OPT='-g' when calling make, disabling optimizations (-O-) might be a
> good idea too.
>
> > 2- How can I compile just one package, eg fcl-xml, with DEBUG option?
>
> same as above,
> 1- How can I compile all packages with DEBUG option?
pass OPT='-g' when calling make, disabling optimizations (-O-) might be a
good idea too.
> 2- How can I compile just one package, eg fcl-xml, with DEBUG option?
same as above, but cd to the package directory first.
> I wrote on the wrong
On Mon, Jun 27, 2011 at 4:34 PM, Marcos Douglas wrote:
> Hi,
>
> I compile FPC with success using my tutorial:
> http://wiki.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29
>
> Questions:
> 1- How can I compile all packages with DEBUG option