From: Peter Kümmel Date: Tue, 12 Apr 2011 21:37:03 +0000 (+0000) Subject: add comment about backtrace requirement X-Git-Tag: 2.0.0~150 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=efeeb06418d044274e4f788557efd4d299a5c981;p=lyx.git add comment about backtrace requirement git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38357 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/debug.cpp b/src/support/debug.cpp index 11dd243e1a..92d93bacd7 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -23,6 +23,7 @@ #include //#define LYX_CALLSTACK_PRINTING +// must be linked with -rdynamic #ifdef LYX_CALLSTACK_PRINTING #include #include