Marcus Lindblom wrote: > Andreas Zieringer wrote: > > >>> Using /Zi instead of /Z7 works and produces smaller obj files. This puts >>> intermediate debuginfo in a vc70.idb/pdb file in the cvs root dir. On >>> link, it creates per-target pdb-files as usual. It seems to be working >>> even though debug/release builds use the same intermediate files. >>> >>> >> interesting but this won't work with -j 2. Is there any speed difference >> while creating the pdb files? >> >> > I didn't know that -j X worked with the visual studio compiler at all. > But perhaps it's just with pdb-s then. This means I could do -j 4 on my > computer at work. Yay! (dual dual-core. :)
Hm. I can't get the -j flag to work (when building 'opt'). The compiler fails trying to simultaneously access the vc70.idb file. I've reverted all my compile/link-flag scons-changes too, so there should be no hindrance. Are you able to compile with -j on windows? /Marcus ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
