Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 5cfee927cd09
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2905884b63eb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 7, 2013

  1. build: ./configure pass positional args to gyp

    use `--` to specify the arguments you want to pass directly to gyp.
    
    for example: `./configure -- --no-parallel -Dsome_define=foo`
    
    fixes #6370
    tjfontaine committed Dec 7, 2013
    Copy the full SHA
    b5e1619 View commit details
    Browse the repository at this point in the history
  2. 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
    tjfontaine committed Dec 7, 2013
    Copy the full SHA
    2905884 View commit details
    Browse the repository at this point in the history