]> git.lyx.org Git - lyx.git/commit
Add support for libstdc++ assertions in autoconf builds
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 4 Dec 2022 18:22:38 +0000 (19:22 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 4 Dec 2022 18:28:09 +0000 (19:28 +0100)
commite658113ea671024610a434b645d156f83c397493
tree33fa5771854ada21d2a69a4e3e0ccceb6de38684
parent6f4f7442ef3d5ec254e3af33ca6f1461a287200e
Add support for libstdc++ assertions in autoconf builds

This is less powerful than stdlib-debug, but at least it does not
change the ABI. This avoids crashes with Qt6 in particular.

The new defaults are:
- stdlib-assertions is enabled by default in development builds;
- stdlib-debug has to be enabled explicitely.

Fixes bug #12215.
INSTALL
config/lyxinclude.m4