My workstation has an AMD Phenom II x6, 4GB DDR3 ram, and Windows XP 32-bit (yes, still XP and still 32 bit).
When I am compiling projects using VS2010, I've noticed that it doesn't use more than 1 core (at least this is what task manager is telling me).
Is there a way to get it to compile the individual files using multiple cores? -- Or is it XP?
Thanks in advance for any answers.
Edit:
Damien pointed me to this link regarding the /MP option for C++ projects.
MSBUild can use multiple processes, which can compile separate projects in parallel (see the /maxcpucount switch), but there's no ability as yet for the compilers (other than the C++ one) to use multiple processes within a single project.
I don't think this is directly possible.
However, there are some alternative solutions:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With