Skip to content

Commit 069ced6

Browse files
Closes issue #9
1 parent e2516ac commit 069ced6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkl_fft/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
def configuration(parent_package='',top_path=None):
3232
from numpy.distutils.misc_util import Configuration
3333
from numpy.distutils.system_info import get_info
34-
config = Configuration('mkl_fft', parent_package, top_path)
34+
config = Configuration('', parent_package, top_path)
3535

3636
pdir = dirname(__file__)
3737
wdir = join(pdir, 'src')
@@ -63,7 +63,7 @@ def configuration(parent_package='',top_path=None):
6363
libraries = libs,
6464
extra_compile_args = [
6565
'-DNDEBUG',
66-
# '-g', '-O0', '-Wall', '-Wextra',
66+
# '-g', '-O0', '-Wall', '-Wextra', '-DDEBUG',
6767
]
6868
)
6969

0 commit comments

Comments
 (0)