From 683047f8ab449388859c3982bd366cfbc2787ee2 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sun, 3 Dec 2017 06:42:25 +0000 Subject: doc: document enableParallelBuilding being unset --- doc/stdenv.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 46b562a794f02..ee3403c196a47 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -251,10 +251,17 @@ genericBuild enableParallelBuilding - If set, stdenv will pass specific - flags to make and other build tools to enable - parallel building with up to build-cores - workers. + + If set to true, stdenv will + pass specific flags to make and other build tools to + enable parallel building with up to build-cores + workers. + + Unless set to false, some build systems with good + support for parallel building including cmake, + meson, and qmake will set it to + true. + -- cgit 1.4.1