mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-03 06:15:19 +01:00
Auto-detect level of parallelism
This commit is contained in:
@@ -5,4 +5,4 @@ cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug \
|
||||
-DRUN_IN_PLACE=TRUE -DENABLE_GETTEXT=TRUE \
|
||||
-DBUILD_SERVER=TRUE ${CMAKE_FLAGS} ..
|
||||
make -j2
|
||||
make -j$(($(nproc) + 1))
|
||||
|
||||
Reference in New Issue
Block a user