On Wed, 04 May 2011 21:28:20 +0200
Luca Olivetti <[email protected]> wrote:

> Al 04/05/11 19:24, En/na Mattias Gaertner ha escrit:
> > Many lazarus devels test with above checks, but only their set of
> > packages.
> 
> It's enough to set those options in my project or do I have to set
> them in every package?
> I tried adding those options in 
> Project->Project options->Compiler options->Other-Custom options
> 
> and it didn't rebuild the packages, so I suppose I'll have to set
> them in every package (or in fpc.cfg and rebuild everything?)

Yes, every package has its own set of options, so you know you are
using the same options as the developer of the package.
You could add a macro.
For example many packages contain the macro $(IDEBuildOptions) in
their custom options. This macro are the options of the Lazarus build
dialog.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to