cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
Hmmm, interesting.
Adding PCH support for an existing project is very fiddly. I guess the fact that CPP files were including the main package header helped a lot in the transition.
I have very positive experience with PCH. I don't care about full release mode build time, but iterative development time is helped a lot by PCH. On the other hand, if you modify a header, you can go grab something to eat...