From aa66fc036011d83819e77e82ffcdbf1d9383dd4e Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 3 Jun 2007 16:59:08 +0000 Subject: [PATCH] remove debug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19d3e8036..06655dbcc 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ if not OS == "win": else: boosttype = 'mt' removals = ['-g', '-DNDEBUG', '-O2', '-Wstrict-prototypes'] - additions = ['-DNDEBUG', '-O2', '-DTORRENT_DHT_VERBOSE_LOGGING=', '-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1', '-DSTDC_HEADERS=1','-DTORRENT_VERBOSE_LOGGING='] + additions = ['-DNDEBUG', '-O2'] if python_version == '2.5': cv_opt = sysconfig.get_config_vars()["CFLAGS"]