From 209581bd3f09e62c288f3b8a1ef2de1ca6670841 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Mon, 7 Mar 2005 18:49:03 +0000 Subject: [PATCH] Fixed configure's debug flag. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@330 e378c898-3ddf-0310-93e7-cc216c733640 --- TODO | 3 +++ configure.ac | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index fed45bf3..34fbe6b7 100644 --- a/TODO +++ b/TODO @@ -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. \ No newline at end of file diff --git a/configure.ac b/configure.ac index bad33c55..36b655ce 100644 --- a/configure.ac +++ b/configure.ac @@ -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]], [