mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
-
This commit is contained in:
parent
eeaa871761
commit
cc88d007e2
2 changed files with 18 additions and 17 deletions
|
@ -28,7 +28,7 @@ from optparse import OptionParser
|
|||
import sys
|
||||
import os, os.path
|
||||
import gettext, locale
|
||||
import deluge, deluge.dcommon, deluge.interface
|
||||
import deluge, deluge.common, deluge.interface
|
||||
try:
|
||||
import dbus
|
||||
dbus_version = getattr(dbus, 'version', (0,0,0))
|
||||
|
|
1
setup.py
1
setup.py
|
@ -86,6 +86,7 @@ if ARCH == "x64":
|
|||
# seem as if something is going wrong with the compile, and
|
||||
# it has been removed to prevent confusion.
|
||||
|
||||
if not OS == "win":
|
||||
removals = ['-g', '-DNDEBUG', '-O2', '-Wstrict-prototypes']
|
||||
additions = ['-DNDEBUG', '-O2']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue