Create a debug build by default.

pull/1/head
Tiago Cunha 2012-01-23 13:20:14 +00:00
parent 74b2eaa73e
commit 224255cb89
1 changed files with 1 additions and 1 deletions

View File

@ -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),