summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--configure.ac7
2 files changed, 1 insertions, 7 deletions
diff --git a/README b/README
index 6977af1..54a041d 100644
--- a/README
+++ b/README
@@ -5,3 +5,4 @@ To compile debugging code configure the project with the --enable-debug option.
BUGS:
-----
+test
diff --git a/configure.ac b/configure.ac
index a570fd4..1cdbb6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,13 +143,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)