diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-10 11:59:15 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-10 11:59:15 +0000 |
commit | 0c34d2844712798812c40d30b786cd5f86d9c850 (patch) | |
tree | a5fa16f75816b2bfbf9563323565934891bb5258 /configure | |
parent | b30c385ce5748905572ebb2abc495b7135bf4399 (diff) |
Tell people to run make with the number of CPU cores plus 1.
This results in faster builds as there's always one job waiting.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -431,7 +431,7 @@ print_format <<"EOM"; <|GREEN Execution User:|> $config{USER} ($config{UID}) <|GREEN Socket Engine:|> $config{SOCKETENGINE} -To build with these settings run '<|GREEN make -j${\get_cpu_count} install|>' now. +To build with these settings run '<|GREEN make -j${\get_cpu_count + 1} install|>' now. EOM |