]> git.lyx.org Git - lyx.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>
Mon, 25 Feb 2019 16:58:06 +0000 (17:58 +0100)
commit4028eefe6190551c8be96cd451337dea2808742b
tree98d25439803e40dbd4a9d04faedafdba9b3bfeaf
parente78a5bd1a8793addd51b70d4f472fa380b9d6900
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