Add `MAKEFLAGS=-j` by default before compiling: by Edouard-chin · Pull Request #9131 · ruby/rubygems

What was the end-user or developer problem that led to this PR? We can make compilation sometimes faster by building recipes simultaneously. What is your fix for the problem, implemented in this PR...