kuchnaheen
asked on
reducing build and link time
I have a general question
I have a big solution containing 22 projects...its MFC application with lots of dialog boxes, it handles audio calls n stuff...
please give me tips to reduce the build and link time....
I have a big solution containing 22 projects...its MFC application with lots of dialog boxes, it handles audio calls n stuff...
please give me tips to reduce the build and link time....
You can use the pimpl design pattern to avoid header changes.
http://www.codeproject.com/useritems/PIMPL.asp?df=100&forumid=383233&exp=0&select=1891437
Another solution, if you have the money and extra build machines, is to use IncrediBuild.
See following link:
http://www.xoreax.com/main.htm
http://www.codeproject.com/useritems/PIMPL.asp?df=100&forumid=383233&exp=0&select=1891437
Another solution, if you have the money and extra build machines, is to use IncrediBuild.
See following link:
http://www.xoreax.com/main.htm
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Are you doing full rebuilds?
It shouldn't take that long to do an incremental build, unless you're making header changes.