Jean-Marc Lasgouttes wrote: >>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> >>>>>> writes: > > Angus> I don't want to sound like a miserable old sod, but... I just > Angus> opened up a reasonably long document and started adding some > Angus> new text in the middle of the first paragraph. I'm not a > Angus> particularly fast typist but even I could outpace the screen > Angus> drawing. Just normal text in a normal paragraph. > > Angus> I can't even use the excuse of running LyX remotely as I've > Angus> done in the past. This was running locally. Everything is > fine Angus> and dandy with LyX 1.3 and with all other apps that I > use. > > What is important is to check what happens with a normally optimized > build, especially with --disable-stdlib-debug. This is for example > the cause of bug 1922: > http://bugzilla.lyx.org/show_bug.cgi?id=1922#c11 > > Could you try that? > > I really think stdlib-debug should not be on by default in cvs > build, since it gives a false impression of the speed.
Hmmmm. --disable-stdlib-debug results in the following change to my config.h file: /* libstdc++ concept checking */ /* #undef _GLIBCPP_CONCEPT_CHECKS */ /* libstdc++ concept checking */ #define _GLIBCXX_CONCEPT_CHECKS 1 /* libstdc++ debug mode */ -#define _GLIBCXX_DEBUG 1 +/* #undef _GLIBCXX_DEBUG */ /* libstdc++ pedantic debug mode */ -#define _GLIBCXX_DEBUG_PEDANTIC 1 +/* #undef _GLIBCXX_DEBUG_PEDANTIC */ Should I undefine _GLIBCXX_CONCEPT_CHECKS also? I guess that would involve adding the --disable-concept-checks flags to my configure command. -- Angus