Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add note to parallelize make #9961

Closed
wants to merge 2 commits into from

Commits on Dec 8, 2016

  1. doc: add note to parallelize make

    Adds a note to the BUILDING doc to encourage parallelizing make. When I
    first built node I didn't know this trick and thought that the build was
    just stuck in an infinite loop after waiting for 10 minutes.
    Jonathan Darling committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    bd768bf View commit details
    Browse the repository at this point in the history
  2. doc: standardizing on make -j4

    Standardizes docs to use -j4 instead of -j8 as it appears to be the
    most inclusive recommendation based on discussion in
    nodejs#9961.
    Jonathan Darling committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    f42cdc7 View commit details
    Browse the repository at this point in the history