diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 12:34:47 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 12:34:47 +0000 |
commit | 9803aee98e0025ee1a19e92348d87c9a27fdf2da (patch) | |
tree | 38013cfb89fe84bc3073b1bf9c76944e341f2d99 | |
parent | a34a72d2d915d9a1f24d1643132352ce3c07f82a (diff) | |
download | rtmux-9803aee98e0025ee1a19e92348d87c9a27fdf2da.tar.gz rtmux-9803aee98e0025ee1a19e92348d87c9a27fdf2da.tar.bz2 rtmux-9803aee98e0025ee1a19e92348d87c9a27fdf2da.zip |
Releases don't have debugging enabled.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f3cd35e0..a583429e 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), |