From 0260558155f508037db66f0b731f7363367f636a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 1 Jan 2012 16:45:45 +0700 Subject: [PATCH] Show more debug info with --enable-debug --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d988c917..b6dc38e1 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,7 @@ AC_ARG_ENABLE( [poll], [POLL="yes"]) if test "$DEBUG" != "no"; then - appendCXX -ggdb + appendCXX -ggdb3 AC_DEFINE([_DEBUG], [1], [Define for debugging]) # These enable some debug options in g++'s STL, e.g. invalid use of iterators AC_DEFINE([_GLIBCXX_DEBUG], [1], [Enable extra debugging checks in libstdc++])