diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 680c2a5f6..b3ca1557b 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1010,9 +1010,6 @@ def configuration(parent_package='',top_path=None): svml_objs.sort() config.add_extension('_multiarray_umath', - # Forcing C language even though we have C++ sources. - # It forces the C linker and don't link C++ runtime. - language = 'c', sources=multiarray_src + umath_src + common_src + [generate_config_h, |