How Can I Reduce My Compile Times?

Started by
20 comments, last by TSlappy 13 years ago
I'm gonna throw this in: XCode 4 ;)

Seriously, it's blazing fast. You have to have a portable codebase or be targeting OS X though obviously.
Holy crap I started a blog - http://unobvious.typepad.com/
Advertisement
In Visual Studio 2008 there is an option in Project configuration.
Click (in main menu) Project > Properties then (in left tree) C/C++ > Code generation and finally Enable minimal rebuild to Yes
Try playing with it, I suppose it is project-dependent but once I got a ~3 minutes save on compile time for C++ project with ~1000 .h and .cpp files.
I create cool-looking Graphical Installers in NSIS:
http://unsigned-softworks.sk/installer
http://unsigned-softworks.sk/en/images/gallery/solutions/solution_1.jpg
http://unsigned-softworks.sk/en/images/gallery/technical/technical_1.jpg

This topic is closed to new replies.

Advertisement