[Lazarus] suggestion for lazbuild
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Mar 20 14:43:16 CET 2015
On Fri, 20 Mar 2015 14:53:12 +0200
FreeMan <freeman35 at delphiturkiye.com> wrote:
> in osx yosemite
>
> ./lazbuild --quiet -> hints still showing billion "sender not used"
> massage. Not counting line but with --quit parameter or without this
> parameter not change output lines
As already mentioned --quiet only makes lazbuild quiet. It still writes
all output of the compiler.
If you don't want any output use ./lazbuild options > /dev/null.
This will still write stderr (e.g. ld and fpcres use that).
> if not add "--max-process-count=8" parameter,
> show this line, and freezing. only one line
> SetPrimaryConfigPath NewValue="/Users/freeman35/.lazarus" ->
> "/Users/freeman35/.lazarus"
FreeMan, English requires subjects and objects.
For example, this is my guess what you mean:
If [I do] not add "--max-process-count=8" parameter, [lazbuild] shows
this line and freezes. Only [this] one line:
SetPrimaryConfigPath NewValue="/Users/freeman35/.lazarus" -> "/Users/freeman35/.lazarus"
> after add, in 1min 29 second ide builded.many 3party components added.
> this is so fast on my system, nearly 50% faster then before added this
> parameter.
Does it freeze without --quiet? What is the output without --quiet?
Mattias
More information about the Lazarus
mailing list