On 7 March 2012 12:27, Marco van de Voort wrote:
>
> IIRC add  FPMAKEOPT='-T 3'   (3= number of paralel threads)


I use the following when I recompile a new FPC. Recommendation (on the
internet) was to always use a -j value one greater than your number of
cores.

    make all -j 5 FPC=$COMPILER


How does this differ to your suggestion? Or does it translate to
something similar.


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to