From efeeb06418d044274e4f788557efd4d299a5c981 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Tue, 12 Apr 2011 21:37:03 +0000 Subject: [PATCH] add comment about backtrace requirement git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38357 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/debug.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5