mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +00:00
libtorrent sync 2347
This commit is contained in:
parent
576cae3b26
commit
b15608252c
98 changed files with 2453 additions and 2129 deletions
7
setup.py
7
setup.py
|
@ -85,15 +85,10 @@ if not os.environ.has_key("CPP"):
|
|||
|
||||
# The libtorrent extension
|
||||
_extra_compile_args = [
|
||||
"-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",
|
||||
"-O2",
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
"-DNDEBUG"
|
||||
"-DNDEBUG",
|
||||
]
|
||||
|
||||
if windows_check():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue