Abdelrazak Younes <you...@lyx.org> writes: > On 02/25/2010 12:39 PM, LyX Ticket Tracker wrote: >> Comment(by lasgouttes): >> >> Abdel? This is pretty important IMO. >> > > What is the gcc option to enable sdlib-debug?
It is done by switching on the following defines on config.h: /* libstdc++ debug mode */ #undef _GLIBCXX_DEBUG /* libstdc++ pedantic debug mode */ #undef _GLIBCXX_DEBUG_PEDANTIC But I think the idea is that some repaint events are skipped and spell-as-you-type cannot cope with that. JMarc