mirror of
https://git.deluge-torrent.org/deluge
synced 2025-07-29 20:48:40 +00:00
Use an asynchronous batch torrent status method for updating the
torrentview list. Other various minor stuff.
This commit is contained in:
parent
e2e3073f23
commit
c8508c8d15
8 changed files with 126 additions and 59 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ _extra_compile_args = [
|
|||
"-O2"
|
||||
]
|
||||
|
||||
removals = ["-g", "-p", "-Wstrict-prototypes"]
|
||||
removals = ["-Wstrict-prototypes"]
|
||||
|
||||
if python_version == '2.5':
|
||||
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue