Skip to content

Commit

Permalink
use 'max' for JOBs to use all available cores
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 14, 2020
1 parent 2e46b6d commit 4bd0f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ function getNpmBinPath(external = false) {
: npmBinName;
}

process.env.JOBS = 16; // parallel build in node-gyp
process.env.JOBS = 'max'; // parallel build in node-gyp

0 comments on commit 4bd0f91

Please sign in to comment.