From a012aeedea272f56323d01b09a955087a6c08b36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Thu, 4 Feb 2010 10:19:56 +0000 Subject: [PATCH] Disable backtrace by default --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index c27dabd..909b1b0 100644 --- a/util.c +++ b/util.c @@ -31,7 +31,7 @@ #include "include/defs.h" #if defined(HAVE_BACKTRACE) -#define USE_GETWORD_BACKTRACE 1 +#define USE_GETWORD_BACKTRACE 0 #else #define USE_GETWORD_BACKTRACE 0 #endif -- 2.47.2