mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-10 04:02:30 +00:00
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:
@@ -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
@@ -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]],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user