
25 Mar
2010
25 Mar
'10
1:08 p.m.
Folks, I usually generate a single header file that just includes other headers as a part of build process, and then include it using the "-include" compiler command-line option, this solves the issues with one precompiled header limit and the requirement for such a header to be the first. As a bonus, the source code remains unchanged, but compilation speeds up, build time drops to 60% of the original duration. Alexander Churanov