This commit is contained in:
Zach Tibbitts 2007-03-27 22:13:09 +00:00
commit cc88d007e2
2 changed files with 18 additions and 17 deletions

View file

@ -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))

View file

@ -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']