mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-01 05:58:39 +00:00
Added tray tooltip.
Increased client cache time to 1.5 seconds.
This commit is contained in:
parent
473110b7fe
commit
58a240a998
4 changed files with 22 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ _extra_compile_args = [
|
|||
"-O2"
|
||||
]
|
||||
|
||||
removals = ["-Wstrict-prototypes"]
|
||||
removals = ["-g", "-p", "-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