Skip to content

Make it possible to set MAKE_OPTS when compiling#63

Open
jiripospisil wants to merge 1 commit intoalup:masterfrom
jiripospisil:make_opts
Open

Make it possible to set MAKE_OPTS when compiling#63
jiripospisil wants to merge 1 commit intoalup:masterfrom
jiripospisil:make_opts

Conversation

@jiripospisil
Copy link

This is useful if you want to set e.g. the number of jobs running simultaneously for speeding up the compilation process on multicore systems:

rbenv::compile { "1.9.3-p392":
  user      => $user,
  make_opts => "-j 5",
  ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant