From eb3c77036043c93434769835947b3f6dde19d84d Mon Sep 17 00:00:00 2001 From: rgoodwin Date: Thu, 1 Dec 2016 09:55:41 -0600 Subject: [PATCH] Recommend make with good parallel build setting for laptop running OSX or linux --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 5051da343353b3..1894d7a00fe75a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -31,7 +31,7 @@ To build Node.js: ```console $ ./configure -$ make +$ make -j4 ``` Note that the above requires that `python` resolve to Python 2.6 or 2.7 and not a newer version.