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 #6640
parent
b5e16198
Please register or sign in to comment