stephen-hill / musikcube

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

Improve build time #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The build time for a clean build is getting worse, especially for the GUI
(project mC2).  We should investigate dependencies, includes and
precompiled headers to improve the build time.

Original issue reported on code.google.com by bjorn.ol...@gmail.com on 16 May 2008 at 6:03

GoogleCodeExporter commented 9 years ago
Maybe trying to do more forward declarations in header files instead of 
including
everything will help.
Including all of win32cpp in the PCH does not help either on my laptop with 
512MB
memory. Although, maybe we should not bother on this since I have very small 
memory
on this computer :)

Original comment by onne...@gmail.com on 19 Jul 2008 at 12:24

GoogleCodeExporter commented 9 years ago
well, build speed isn't really *that* important for the end-user, it might be 
more
important to fix runtime issues for now

Original comment by Dasur...@gmail.com on 26 Jul 2008 at 9:09

GoogleCodeExporter commented 9 years ago
Fixed in r178

Original comment by onne...@gmail.com on 7 Aug 2008 at 7:21