mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
Auto-detect level of parallelism
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user