Issue 52: Multi-core compiling by default
Status:  Fixed
Owner:
Closed:  Aug 2010
Project Member Reported by gameh...@gmail.com, Aug 8, 2010
I disabled multi-core compiling because MSVC did not like parallel access to the pdb file for some compilers. I think there is a flag that will put the debug info in the obj instead - this could solve the problem.

Aug 10, 2010
Project Member #1 gameh...@gmail.com
Could not use the flag because it was deprecated.  Instead I've checked the cl version, and disabled it for older versions that are not thread safe as far as PDB access goes.
Status: Fixed