Last Updated: February 25, 2016
·
581
· gustafshin

Building ruby with rvm faster!

To run make with concurrent processes
Use:

MAKEFLAGS="-j<N>" rvm install <ruby version>

Where N is the number of cores of your machine (or number of concurrent processes you want to run), to build ruby much faster!