diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 13:20:14 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 13:20:14 +0000 |
commit | 224255cb8929ddfca5ac82a44dc0f4054705869b (patch) | |
tree | 5c93b77ca8a162d580f8d9b6d5e04ffc4ba1be9d | |
parent | 74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a (diff) | |
download | rtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.tar.gz rtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.tar.bz2 rtmux-224255cb8929ddfca5ac82a44dc0f4054705869b.zip |
Create a debug build by default.
-rw-r--r-- | configure.ac | 2 |
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), |