Hi Marcus,

> 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

didn't try it with OpenSG but with vred it works fine. Yes I had the 
same problem with the vc70.idb file right now I'm using the vc80 
compiler perhaps this fixed the problem at least the /Z7 helped with 
vc80.pdb file access. Perhaps there is a special option to disable the 
idb file creation? Could /incremental:no help? I use this option in 
vred. What's this vc70.idb about sounds a bit like incremental whatever.

Andreas


-------------------------------------------------------------------------
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

Reply via email to