summaryrefslogtreecommitdiff
path: root/config/global/build-behave.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global/build-behave.in')
-rw-r--r--config/global/build-behave.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in
index 07302ff..bb11e91 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