Gerrit Voß wrote: > Hi, > > On Fri, 2009-07-03 at 10:03 -0500, Carsten Neumann wrote: >> Hello Gerrit, >> >> quick question since there was some discussion about the build speed on >> win: do you pass /MP >> (<http://msdn.microsoft.com/en-us/library/bb385193.aspx>) as a compiler >> option? > > no, but I'm maxing out the one CPU I have already, its permanent at > 100%, and I'm not sure how it impacts the IO performance, which I > suspect a little of being a bottleneck.
It spawns one process per thread, so no difference for you but huge win for everyone else. Note that this doesn't work in with /Od, so it's release mode only. /Marcus ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
