On 12/11/2011, Florian Klämpfl <florian@....> wrote:
> Am 12.11.2011 21:51, schrieb Rainer Stratmann:
>> Does more cpu cores mean less compile time?
>
> No.

Doing a 'make' for the FPC project, multiple cores can be used (via
eg: -j 5 command line parameter on a quad core system). But I think
the multi-core is only used when the makefile process starts compiling
the FCL which is independent of other packages in the FCL. But yes, I
believe you were refering to compiling a single project, so then your
answer is correct. ;-)


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to