Fixed configure's debug flag.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@330 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-07 18:49:03 +00:00
parent c378ab638c
commit 209581bd3f
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -7,3 +7,6 @@ normal timeout.
Make clear distinction of upload/download throttle.
Consider basing WindowPeer* on a common base class.
Some kind of indication that a tracker request was tried, but won't be
allowed since the tracker set a min interval.
+4 -4
View File
@@ -7,10 +7,6 @@ sinclude(scripts/checks.m4)
CXXFLAGS="-O3"
AC_PROG_CXX
AC_PROG_RANLIB
AC_SYS_LARGEFILE
AC_ARG_ENABLE(debug,
[ --enable-debug enable debug information [default=yes]],
[
@@ -24,6 +20,10 @@ AC_ARG_ENABLE(debug,
]
)
AC_PROG_CXX
AC_PROG_RANLIB
AC_SYS_LARGEFILE
AC_ARG_ENABLE(werror,
[ --enable-werror enable the -Werror flag [default=no]],
[