build: pass --no-parallel by default to gyp
authorTimothy J Fontaine <tjfontaine@gmail.com>
Sat, 7 Dec 2013 05:00:32 +0000 (21:00 -0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Sat, 7 Dec 2013 05:07:46 +0000 (21:07 -0800)
commit2905884b63eb24184b576b1a963a4d72b0159171
tree995a6d16da1e365c28135e33efc533384f20cbf9
parentb5e161989cc3551ad7ec3723801a696fdbbf1525
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
configure