Details
Description
The SCons build currently auto-sets the build concurrency to the number of local CPUs, but this is too low when icecream is enabled. We should pick a reasonable default, probably a multiple of the local CPU count, when no explicit -j value is set and icecream is enabled.