summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-07-09 16:00:16 +0000
committerTiago Cunha <tcunha@gmx.com>2011-07-09 16:00:16 +0000
commit8d63a99390741b2092408d5ac4cf9d7180122cd4 (patch)
tree4e62366d71ad8f3c65dee2a23c0c8e52968e6b98
parentf16b6aeabb12b3fbea51bd9a474b1aec84fee7c5 (diff)
Releases don't have debugging enabled.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9137d51d..0fcfa325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CHECK_HEADERS(
)
# Is this a debug build?
-found_debug=yes
+#found_debug=yes
AC_ARG_ENABLE(
debug,
AC_HELP_STRING(--enable-debug, create a debug build),