Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
--enable-debug is default.
  • Loading branch information
icculus committed May 10, 2002
1 parent fba1e8a commit 9213a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -62,8 +62,8 @@ dnl Debug mode?
dnl ---------------------------------------------------------------------

AC_ARG_ENABLE(debug,
[ --enable-debug enable debug mode [default=no]],
, enable_debug=no)
[ --enable-debug enable debug mode [default=yes]],
, enable_debug=yes)
if test x$enable_debug = xyes; then
if test x$ac_cv_prog_cc_g = xyes; then
CFLAGS="-g -O0"
Expand Down

0 comments on commit 9213a76

Please sign in to comment.