On Fri, 08 Jan 2016 09:51:39 +0100
Bo Berglund <[email protected]> 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

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

Reply via email to