How to change the number of parallel compilations when building a C++ project with XCode ?
I am not talking about distributed builds, but on simultaneous compilations of
Adjust the PBXNumberOfParallelBuildSubtasks user default, for example:
PBXNumberOfParallelBuildSubtasks
defaults write com.apple.XCode PBXNumberOfParallelBuildSubtasks 6