Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: pass --no-parallel by default to gyp
gyp by default now tries to process gyp files in parallel by using python's multiprocessing module, but it has problems on oddball platforms. We don't have many files or complex dependency chains that would benefit from parallel processing so disable by deafult fixes nodejs#6640
- Loading branch information