summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-02-10 11:59:15 +0000
committerSadie Powell <sadie@witchery.services>2020-02-10 11:59:15 +0000
commit0c34d2844712798812c40d30b786cd5f86d9c850 (patch)
treea5fa16f75816b2bfbf9563323565934891bb5258 /configure
parentb30c385ce5748905572ebb2abc495b7135bf4399 (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c4fdbb919..fb87c3dd9 100755
--- a/configure
+++ b/configure
@@ -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