Jump to content

Recommended Posts

Posted

To use multi-cores to speed up the compilation just add the -j flag to your make command when compiling. This basically compile with multiple threads and utilizes the cores. An example of the command would be

make -j2

for dual core

make -j4

for quad core

etc.

Posted

If i compile binaries with make -j4, mangos (mangos-realmd, mangos-world) support quadcore too or make -jX are only for the compilation process?

Thank a lot =).

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use