summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2020-07-09 15:35:44 +0530
committerGitHub <noreply@github.com>2020-07-09 12:05:44 +0200
commita3a37da11e4b7aad293eda645761f342e5eafc3b (patch)
treebf702f86cf4f0b9378582c5dbbab82fc4cc7e152
parente19539e5f6a70b2acb1b8a2cf979c80f4d63a91d (diff)
README: use make -j$(nproc)
Co-authored-by: Orestis Floros <orestisflo@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d398c8..93b65b6 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,6 @@ If you absolutely have to build from source, use:
mkdir build
cd build
../configure --disable-sanitizers
- make -j8
+ make -j$(nproc)
sudo make install
```