Skip to content

Commit b70e23c

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

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
@@ -132,4 +132,4 @@ function getNpmBinPath(external = false) {
132132
: npmBinName;
133133
}
134134

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

0 commit comments

Comments
 (0)