Page 1 of 1

Usage of precompiled headers

Posted: Wed Aug 19, 2009 12:30 pm
by spacy51

Luckily I stumbled upon a tutorial for the correct usage of precompiled headers: http://www.cygnus-software.com/papers/precompiledheaders.html

 

 

Thanks to this, I was able to reduce the build time in the debug version from 1min:37sec to only 34sec. The Release build takes now only 24 seconds (I wonder why it is even faster tahn debug now).

 

 

Changes comitted to SVN894