aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-23 13:20:14 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-23 13:20:14 +0000
commit224255cb8929ddfca5ac82a44dc0f4054705869b (patch)
tree5c93b77ca8a162d580f8d9b6d5e04ffc4ba1be9d
parent74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a (diff)
downloadrtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.tar.gz
rtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.tar.bz2
rtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.zip
Create a debug build by default.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f78cfc3a..5e9f33da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,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),