The Visual Studio compiler generates and modifies many large project-wide binary files during compilation,
so normally you can only have one instance of cl running per project. If you use the awesome Ninja tool,
it will happily run many instances in parallel on multicore systems. When run this way however, MSVC will
throw errors like this:
fatal error C1041: cannot open program database 'sample_project_pathname.pdb';
if multiple CL.EXE write to the same .PDB file, please use /FS