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: consolidate -j information for make #12437

Closed
wants to merge 1 commit into from
Closed

Commits on Apr 16, 2017

  1. doc: consolidate -j information for make

    Our docs contain a mixture of `make -j4`, `make -j8`, and `make` without
    a `-j` option at all.
    
    Standardize on not specifying a `-j` option, but include information in
    `BUILDING.md` (where people are likely to be looking the first time they
    build Node.js) about setting `-j`, including the possibility of using
    `MAKEFLAGS`.
    Trott committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    22c6fa0 View commit details
    Browse the repository at this point in the history