qbism / cleancodequake2

Automatically exported from code.google.com/p/cleancodequake2
0 stars 0 forks source link

Speed up compile times #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The project currently takes its precious time when building. It would be 
nice if it went faster. There may be a few things that can be done to help:
1) Don't include headers that aren't used. Currently, most sources files 
include most headers via the cc_local.h meta-header.
2) Move as much code as possible out of headers and into source files. 
Things aren't too bad on this respect, but there's always room for 
improvement.

Original issue reported on code.google.com by Jayschwa on 3 Jun 2010 at 4:09