mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Remove the --enable-debug option for configure, it didn't do anything.
This commit is contained in:
parent
3a7e7f1be4
commit
82bba906f4
1 changed files with 0 additions and 6 deletions
|
@ -19,12 +19,6 @@ fi
|
||||||
# the += operator on it in src/or/Makefile.am
|
# the += operator on it in src/or/Makefile.am
|
||||||
CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
|
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
|
#XXXX ideally, we should make this into a no-op, and detect whether we're
|
||||||
#compiling for the iphone by using $target.
|
#compiling for the iphone by using $target.
|
||||||
AC_ARG_ENABLE(iphone,
|
AC_ARG_ENABLE(iphone,
|
||||||
|
|
Loading…
Add table
Reference in a new issue