diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2020-07-09 15:35:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 12:05:44 +0200 |
commit | a3a37da11e4b7aad293eda645761f342e5eafc3b (patch) | |
tree | bf702f86cf4f0b9378582c5dbbab82fc4cc7e152 | |
parent | e19539e5f6a70b2acb1b8a2cf979c80f4d63a91d (diff) |
README: use make -j$(nproc)
Co-authored-by: Orestis Floros <orestisflo@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |