Usage of precompiled headers

Post Reply
spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

Usage of precompiled headers

Post 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

Post Reply