On Thu, Sep 20, 2007 at 02:23:28PM +0200, Enrico Forestieri wrote:
> > What about deciding that we do not install the libraries? Of course,
> > this would imply that an installable LyX is a static one, but I am not
> > sure we care much about distributing dynamic versions anyway. We could
> > for example decide that shared is turned on only for development
> > unix builds.
> 
> Agreed. And I am not even sure of the usefulness of a dynamic build
> when you gain 15 seconds or so.

static: touch Text.cpp && time make: 

real    1m4.922s
user    0m8.145s
sys     0m2.404s

dynamic: touch Text.cpp && time make: 

real    0m27.072s
user    0m15.045s
sys     0m1.552s


So it reduces simple roundtrip times byh more than a factor of 2.

Try again.

Andre'

Reply via email to