Doug Gregor wrote:
On Tue, May 12, 2009 at 1:02 PM, Beman Dawes <bda...@acm.org> wrote:
I first tried to use the VC++ IDE compiler. The Solution file is so
large it is impossibly slow to load and unload. A non-starter. Bill or
Brad had warned about that, so no surprise, and I just moved on to the
command line compiler. That's what I prefer for these canned builds
anyhow.

Ugh. We'll still have to see if we can find a way around this.

This is due to the large number of separate test executables.
Combining tests into test drivers will solve this (along with
reducing disk usage, total link time, etc.).

-Brad
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to