lyx_mirror/3rdparty/hunspell
Jean-Marc Lasgouttes d9e0a842cf Compile 3rdparty/hunspell in stdlib-debug mode when needed
A function that returns a vector<string> will lead to a crash if the
main code and the library have not been compiled with the same
stdlib-debug state. See for example:
https://stackoverflow.com/questions/4764048/stl-and-release-debug-library-mess

This is fixed by introducing a new variable STDLIB_DEBUG that contains
the flags that trigger the debug mode (autoconf only for now).

This will allow to go forward with bug #10547.
2018-03-29 12:08:48 +02:00
..
1.6.2 Add missing file (this addition needed to be forced) 2017-09-18 20:12:57 +02:00
CMakeLists.txt Remove files that are no longer in the tree. 2017-09-18 20:01:27 +02:00
Makefile.am Compile 3rdparty/hunspell in stdlib-debug mode when needed 2018-03-29 12:08:48 +02:00