From dd87a7e56d4c8fc2957f04fa3abbda33fccf80b0 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 13 Feb 2011 08:05:20 +0000 Subject: [PATCH] Add "-ggdb" with --enable-debug again This is accidentally broken since r2248. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2278 726aef4b-f618-498e-8847-2d620e286838 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7e8bcc51..d2ff1a15 100644 --- a/configure.ac +++ b/configure.ac @@ -139,6 +139,7 @@ AC_ARG_ENABLE( [poll], [POLL="yes"]) if test "$DEBUG" != "no"; then + appendCXX -ggdb 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++])