mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
remove debug
This commit is contained in:
parent
388dc1bf7f
commit
aa66fc0360
2
setup.py
2
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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user