]> git.lyx.org Git - features.git/commit
Make callstack printing useful and optional
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 25 Feb 2019 16:37:06 +0000 (17:37 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:58 +0000 (14:39 +0200)
commiteeaf350c243d8d7cffddb2a94b0715f2bdb71529
tree9a36f0e6b238cc7f7a358c13046623618e754cf6
parent501503de8b20a8bc499208bdc080048ef10091cd
Make callstack printing useful and optional

When callback printing is enabled, link lyx with -rdynamic, so that
stacks have LyX symbols available.

Add option --disable-callstack-printing to configure.

Running "size" on binary:
 * with callstack printing support
   text    data     bss     dec     hex filename
20891684   34680  107796 21034160 140f4b0 src/lyx

 * without callstack printing support
    text    data     bss     dec     hex filename
17953640   34648  107796 18096084 1141fd4 src/lyx
config/lyxinclude.m4
src/Makefile.am