mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +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
@ -334,8 +334,9 @@ sub build_linux_source {
|
||||
}
|
||||
print "Building EQEmu Server code. This will take a while.";
|
||||
|
||||
#::: Build
|
||||
print `make`;
|
||||
#::: Build
|
||||
$processor_cores = `cat /proc/cpuinfo | grep -c ^processor /proc/cpuinfo`;
|
||||
print `make -j$processor_cores`;
|
||||
|
||||
chdir ($current_directory);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user