« Return to Thread: decrease build time

Re: decrease build time

by Vladimir Prus-3 :: Rate this Message:

Reply to Author | View in Thread

Anatoly Shirokov wrote:

> Good day!
>
> I have big project (about 600 dynamic libraries, 20000 cpp and header
> files). When I start full build with bjam, the one takes about 30
> minutes and about 800 Mb RAM to analize dependencies. Only after this it
> starts compilation.
>
> Is there a way to decrease this time needed to analize (may be cache and
> something like this)?

Are you using most up-to-date version (SVN HEAD, nightly build)? If not,
you probably can provide output of -d+10 in case there's some local
scalability problem. What is your OS and compiler? Will you be willing
to try Python port of Boost.Build in near future, which should be considerably
faster on all use cases?

- Volodya


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: decrease build time