Open main menu

Difference between revisions of "Compiling ScummVM/GCC"

→‎Compiling ScummVM: clarify CPU cores
(→‎Compiling ScummVM: clarify CPU cores)
Line 73: Line 73:
</syntaxhighlight >
</syntaxhighlight >


It is recommended to run parallel make. For example to run with 10 CPU cores use:
It is recommended to run parallel make. For example to run with 8 CPU cores use:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
make -j10
make -j10