help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enhancement: make -j4 by default


From: Paul Smith
Subject: Re: Enhancement: make -j4 by default
Date: Wed, 29 May 2013 17:14:31 -0400

On Wed, 2013-05-29 at 16:57 -0400, Andrew Pennebaker wrote:
> Could we turn on concurrency for make by default?

No.  This would break far too many makefiles and be very unexpected.

If you want it always on for your invocations you can add:

  export MAKEFLAGS=-j4

to your shell setup file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]