Tagged Questions
1
vote
0answers
85 views
Upgrading boost caused slow debug builds
After upgrading from Boost 1.47.0 to 1.50.0 our build times exploded for the debug builds. They now take approx. 3 times longer while the release builds are somewhat slower but not a lot. We use ...
2
votes
1answer
188 views
Disable the building of one project in an Eclipse workspace
I have a workspace with some projects of mine and a really big project, which takes two hours to be built. I would like to disable the automatic building of this wide project while maintaining the ...