mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
eqemu_server.pl Linux make routine compile with the amount of cores available [skip ci]
This commit is contained in:
parent
ed717add29
commit
955514c20f
@ -335,7 +335,8 @@ sub build_linux_source {
|
|||||||
print "Building EQEmu Server code. This will take a while.";
|
print "Building EQEmu Server code. This will take a while.";
|
||||||
|
|
||||||
#::: Build
|
#::: Build
|
||||||
print `make`;
|
$processor_cores = `cat /proc/cpuinfo | grep -c ^processor /proc/cpuinfo`;
|
||||||
|
print `make -j$processor_cores`;
|
||||||
|
|
||||||
chdir ($current_directory);
|
chdir ($current_directory);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user