summaryrefslogtreecommitdiff
path: root/config/global/build-behave.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-16 11:26:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-10-16 11:26:26 (GMT)
commit6e00f49ab44487694fd0e68a3f4b2c4f43f72afe (patch)
tree6b8a214f9c643a68add55ab22590c41b56a03754 /config/global/build-behave.in
parentf81519065bac8f2b7bb3c8a43dc32c43b2d21210 (diff)
config: use '0' for automatic number of jobs
Also, make it the default. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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