Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] MSVC (was Build Again)

The visual compiler itself can do parallel builds. You need to add the compiler flag /MP? (? is the number of parallel builds).

  Axel
>Last time I looked at NMAKE it could not handle parallell builds, which 

>is more or less a showstopper these days.


Back to the top