mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
set make -j to use actual number of threads
This commit is contained in:
parent
aa5458b81d
commit
52d51d8004
|
@ -33,7 +33,7 @@ To compile DDNet yourself, execute the following commands in the source root:
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j8
|
make -j$(nproc)
|
||||||
|
|
||||||
Pass the number of threads for compilation to `make -j`. DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86\_64). The bundled libraries are now in the ddnet-libs submodule.
|
Pass the number of threads for compilation to `make -j`. DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86\_64). The bundled libraries are now in the ddnet-libs submodule.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue