View Single Post
  #2  
Old 06-14-2006, 12:50 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
What exactly do you mean by "bog down"? The console app will be quicker than the GUI app (although we haven't done any comparative timings to say how much of a difference). Some things that could affect the speed of a build:

* GUI vs. console app
* /nooutput flag (console app)
* 'Tools | User Options | Output | Maximum length of output pane' (GUI app)
* File logging and options (Tools | Application Options | Logging)
* active scanning anti-virus software (esp. if file logging is enabled or the build does a lot of file generation/copying)
Reply With Quote