On Feb 16, 2008, at 12:14 PM, john hull wrote: > Does anyone have any ideas or tips on how to shorten the time to > build? You can precompile headers... The only change needed for makefiles is generally to add: g++ -c foo.h -o foo.h.gch and then to use -include foo.h on the compiles.