README: use make -j$(nproc)

Co-authored-by: Orestis Floros <orestisflo@gmail.com>
This commit is contained in:
Bhaskar Chowdhury 2020-07-09 15:35:44 +05:30 committed by GitHub
parent e19539e5f6
commit a3a37da11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```