27 Apr
2009
27 Apr
'09
1:54 a.m.
On Sun, Apr 26, 2009 at 5:32 PM, Igor R
The problem is that such an approach doesn't work if a project contains a lot of class templates, which in turn use boost. MSVC9 has /MP switch that enables "build with multiple processes", but it's very limited, as it conflicts with /Gm (enable minimal rebuilds) and some other options...
A portable solution would be ideal, but not a requirement. At this point even MSVC specific solutions would be acceptable.