How is this:

By default make install and raco setup build collects in parallel on all available processors. Use env PLT_SETUP_OPTIONS="-j 1" make install or raco setup -j 1 to build using only one processor.

Kevin

On 07/27/2010 10:06 AM, Eli Barzilay wrote:
On Jul 27, Kevin Tew wrote:
Parallel-build is somewhat behind the scenes.  I would delay talking
about it until the next release which will include -j documentation
and parallel rendering of docs.
Normally I'd agree with hiding it as a detail, but since it's on by
default and it is a place which can easily break things up I want to
have at least a short "JFYI-style" note on it.


_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev

Reply via email to