Fix --with-max-jobs description
This commit is contained in:
parent
e5ecb04eab
commit
fd094baaf7
1 changed files with 1 additions and 1 deletions
|
@ -1744,7 +1744,7 @@ AC_ARG_WITH(num-cpus,
|
||||||
|
|
||||||
AC_ARG_WITH(max-jobs,
|
AC_ARG_WITH(max-jobs,
|
||||||
AS_HELP_STRING([--with-max-jobs],
|
AS_HELP_STRING([--with-max-jobs],
|
||||||
[Maximum number of jobs per one CPU that will be issued at the same time by dmake.
|
[Maximum number of jobs that will be issued at the same time per dmake or gbuild subproject.
|
||||||
The real number of the jobs is affected by the --with-num-cpus too, it can get up to CPUS*max_jobs.
|
The real number of the jobs is affected by the --with-num-cpus too, it can get up to CPUS*max_jobs.
|
||||||
Defaults to 1, unless you configure --enable-icecream - then to 10.]),
|
Defaults to 1, unless you configure --enable-icecream - then to 10.]),
|
||||||
,)
|
,)
|
||||||
|
|
Loading…
Reference in a new issue