From 9f2fdd36d39b00687d86425e522fe68b53713777 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Wed, 13 Oct 2010 23:35:43 +0200 Subject: [PATCH] no more debug option needed -> use CXXFLAGS env before configure run --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 2054a07..42f7199 100644 --- a/configure.ac +++ b/configure.ac @@ -142,13 +142,6 @@ if test x"$acx_pthread_ok" = xyes; then AM_CONDITIONAL(HAVE_PTHREAD, test x"$acx_pthread_ok" = xyes) fi -if test "$enable_debug" = "yes" ; then - CXXFLAGS="$CXXFLAGS -Wall -ggdb -O0" - AC_DEFINE(DEBUG, 1, [Define to enable debug build]) -else - CXXFLAGS="$CXXFLAGS -Wall -O3" -fi - # Doxygen Documentation AC_PATH_PROG(DOXYGEN, doxygen, no)