Skip to content

Commit 42cef13

Browse files
committed
use 'max' for JOBs to use all available cores
nodejs/node-gyp#1770
1 parent c3536d3 commit 42cef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ function getNpmBinPath(external = false) {
126126
: npmBinName;
127127
}
128128

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

0 commit comments

Comments
 (0)