Commit 82bba906 authored by Sebastian Hahn's avatar Sebastian Hahn
Browse files

Remove the --enable-debug option for configure, it didn't do anything.

parent 3a7e7f1b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -19,12 +19,6 @@ fi
# the += operator on it in src/or/Makefile.am
CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"

AC_ARG_ENABLE(debug,
 AS_HELP_STRING(--enable-debug, compile with debugging info),
[if test x$enableval = xyes; then
    CFLAGS="$CFLAGS -g"
fi])

#XXXX ideally, we should make this into a no-op, and detect whether we're
#compiling for the iphone by using $target.
AC_ARG_ENABLE(iphone,