Georg Baum <[EMAIL PROTECTED]> writes:
> As I wrote in the comment this should probably go to trunk and 1.5 as well
> (maybe with renaming this confusing "set"). This innocent bug made me run
> an unoptimized LyX for months. I don't notice a big difference to the
> optimized version in general, but for the citation dialog the unoptimized
> version produces a ~10 second delay when opening it with a big bib file
> (more than 5000 entries). The optimized version takes less than one second.
Sorry, Georg, but I do not see the problem:
login-linux: aa=bb
login-linux: echo ${aa+set}
set
login-linux: echo ${aaa+set}
login-linux:
So, what is the problem exactly? "set" means that you have CXXFLAGS
set in your environment, and configure will not override that.
JMarc