We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make
-j,--jobs
1 parent 8e31438 commit 93584afCopy full SHA for 93584af
share/ruby-install/mruby/functions.sh
@@ -20,7 +20,7 @@ function clean_ruby()
20
function compile_ruby()
21
{
22
log "Compiling mruby $ruby_version ..."
23
- run make ${make_jobs:+-j $make_jobs} || return $?
+ run make -j "${make_jobs:-$(cpu_count)}" || return $?
24
}
25
26
#
share/ruby-install/ruby/functions.sh
@@ -59,7 +59,7 @@ function clean_ruby()
59
60
61
log "Compiling ruby $ruby_version ..."
62
63
64
65
0 commit comments