$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-02 02:27:51
Hi Jürgen,
> On Friday 30 January 2004 15:22, Vladimir Prus wrote:
> > I've just comitted code which computes proper library order for gcc.
> > The implementation is quite simple and supposedly inefficient, but on
> > my project the performance did not suffer.
>
> Well, today all hell broke loose again. It is "inefficient". ;-((
> My problem:
> Bjam startup time for RailSys build went up from 90 seconds to 22
> minutes (!).
Whoops! It's very good that you have such bad tests, otherwise we'd have
performance troubles when it's not so easy to diagnose what's up.
> Question: How can I disable library ordering ?
To to gcc.jam and
1. Comment out the entire body of set-library-order (it's defined at the end).
2. Make 'order-libraries' return 'libraries' argument.
If that does not help, I'd like to take a look at the profile.
Thanks,
Volodya