[Lazarus] suggestion for lazbuild
Henry Vermaak
henry.vermaak at gmail.com
Tue Mar 17 16:41:03 CET 2015
On Tue, Mar 17, 2015 at 05:38:03PM +0200, FreeMan wrote:
> On 17.03.2015 16:39, Henry Vermaak wrote:
> >Hide these hints by setting the options in the Verbosity section of the
> >compiler options. You can make a quiet build mode and use --build-mode
> >to select it from the command line. I have a noisy debug mode and a
> >quiet release mode, for example.
> Sorry Henry, But I didn't understand clearly. I'm talk about in
> command line, parameter of lazbuild. This is my commandline,
>
> ./lazbuild --pcp=/Users/freeman/.lazarus _*--quiet*_ --build-all
> --skip-dependencies --build-ide= --ws=qt--cpu=x86_64
Yes, this is to tell _lazbuild_ to be quiet (which it doesn't obey
properly, either). The hints you are talking about is coming from the
_compiler_, so you have to change the compiler options to silence the
warnings.
Henry
More information about the Lazarus
mailing list