At Sat, 15 Aug 2015 06:37:21 -0700 (PDT), Brian Adkins wrote:
> The Raspberry Pi has a 4 core CPU, so it pains me to see it pegged at
> only 25% this whole time. Is it possible to build Racket from Unix
> Source in parallel to get all 4 cores fired up?

You can use

 make install PLT_SETUP_OPTIONS="-j 4"

to build bytecode and documentation with 4 processes.


(Parallelism is probably no help when building from the the "Unix Source
+ Built Packages" distribution, though.)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to