From 16ac2c70ab8912deb3dd05c61d468a69236c54b9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 28 Feb 2017 18:15:24 -0500 Subject: [PATCH] Docs: Updated build parallelism --- DEVELOPER | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index 1231a4f8d..57ce1d7c2 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -14,8 +14,8 @@ How to Build Taskwarrior $ git submodule init # This is now done by cmake as a test $ git submodule update # Update the libhsared.git submodule $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither - $ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs - # Alternately 'export MAKEFLAGS=-j 8' + $ make VERBOSE=1 -j4 # Shows details, builds using 4 jobs + # Alternately 'export MAKEFLAGS=-j 4' Running Test Suite: $ cd tests