mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Auto-detect level of parallelism
This commit is contained in:
parent
8af332c9a7
commit
35bfffb556
3 changed files with 3 additions and 7 deletions
|
@ -8,6 +8,6 @@ cmake .. \
|
|||
-DCMAKE_INSTALL_PREFIX=/usr/local \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DENABLE_TESTING=0
|
||||
make -j2
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue