From fdae0dad688c0448c5cafdfe9f384f72616c5487 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 3 Aug 2007 20:29:55 +0000 Subject: [PATCH] --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ed93ba04..702aec659 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,8 @@ if not OS == "win": "-DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1", "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1", "-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1", - "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1"] + "-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1", + "-DNDEBUG=1"] if ARCH == "x64": EXTRA_COMPILE_ARGS.append("-DAMD64")