From kde-core-devel Mon Oct 25 18:09:35 1999 From: weis Date: Mon, 25 Oct 1999 18:09:35 +0000 To: kde-core-devel Subject: Re: sycoca praise + request to a makefile wizard... X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94087502700414 Hi, On Sun, 24 Oct 1999, Lotzi Boloni wrote: > > > make linktest > > > > In kspread I just linked the kspread executable to libkspread.la > > and then you see the errors. > > Can you give me a command line for that? You mean linking the ready made > exec? Just add libkchart.la to the LIBADD line in the Makefile. > > engine.cc really sucks with -O2. I disabled that manually in my > > makefiles since it is even slow with 500MHz ... > > I am working on this. But the sad thing is that engine.cc is full of > math and what -O2 is doing is to try to optimize subexpressions and > stuff. So no matter how modular I make it, the optimization will be there > (and this is actually a good thing). Only that in the current state of the > head branch, I think that the time we gain in compilation, it is more > important than the incremental gain in performance with -O2, so I would > love a default without that. (Actually, is there some configure parameter > to turn it off?). Coolo ? Bye Torben > Lotzi > >