[racket-dev] Release Announcement for v5.0.1

From: Kevin Tew (tewk at cs.utah.edu)
Date: Tue Jul 27 12:14:39 EDT 2010

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.
>
>    



Posted on the dev mailing list.