
26 Apr
2009
26 Apr
'09
7:54 p.m.
On Sun, Apr 26, 2009 at 5:32 PM, Igor R <boost.lists@gmail.com> wrote:
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.