Skip to content

Commit

Permalink
README: use make -j$(nproc)
Browse files Browse the repository at this point in the history
Co-authored-by: Orestis Floros <orestisflo@gmail.com>
  • Loading branch information
unixbhaskar and orestisfl committed Jul 9, 2020
1 parent e19539e commit a3a37da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

0 comments on commit a3a37da

Please sign in to comment.