On 16 August 2012 10:12, Jonas Maebe <[email protected]> wrote: > make FPC=latest-release all -j ncpus FPMAKEOPT="-T ncpus"
Two questions... 1) Is the -j <n> option still needed, now that we moved to fpmake with the -T option? Sven said the -j option isn't usable any more. 2) Does the value passed to -j or -T differ? I know with -j <n> you usually specify the number of cores +1 (this was recommended all over the internet messages I read). The -T in fpmake means threads as far as I understand. So a i7 quad core can handle 8 threads simultaneously. So then in that case I would specify -T 8. Is this correct? -- 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
