diff options
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/build-behave.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 07302ffe..bb11e913 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -8,15 +8,15 @@ comment "Build options hiden" config PARALLEL_JOBS int prompt "Number of parallel jobs" if ! BACKEND - default 1 + default 0 help Number of jobs make will be allowed to run concurently. Set this higher than the number of processors you have, but not too high. A good rule of thumb is twice the number of processors you have. - Enter 1 (or 0) to have only one job at a time. + Enter 1 to have only one job at a time. - Enter -1 to set automatically based on how many processors the host has. + Enter 0 to set automatically based on how many processors the host has. config LOAD int |