On 02/26/2010 03:11 PM, Jean-Marc Lasgouttes wrote:
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
OK thanks, I'll try to integrate that in CMake.
Meanwhile I've compiled with autotools and it seems that the
spellchecker is completely broken right now. No time to investigate
unfortunately...
But I think the idea is that some repaint events are skipped and
spell-as-you-type cannot cope with that.
I'll try to have a look this week-end.
Abdel.