[Lazarus] Reducing output when building bigide?

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Jan 8 12:20:28 CET 2016


On Fri, 08 Jan 2016 09:51:39 +0100
Bo Berglund <bo.berglund at gmail.com> wrote:

> Whenever I build Lazarus 1.6RC1 bigide, using the terminal command
> make bigide, there is a lot of seemingly unneeded screen output in the
> form of hints regarding "Sender" not being used and such.
> Is there any way to block this from being printed to screen? A
> parameter for make or something similar.
> Especially when I use a script to install fpc and lazarus it seems
> like overkill to print all of that info.

The hints are needed for the Lazarus developers.
If you only want to compile and install Lazarus you can safely
ignore this particular hint using -vm5024 or hide all hints using -vh-.

make all OPT=-vh-

Mattias




More information about the Lazarus mailing list