提交 7345f60d authored 作者: abergeron's avatar abergeron

Merge pull request #2382 from nouiz/icpc

Small crash fix when cxx=icpc
...@@ -1694,6 +1694,7 @@ class GCC_compiler(object): ...@@ -1694,6 +1694,7 @@ class GCC_compiler(object):
GCC_compiler.march_flags) GCC_compiler.march_flags)
#Add the detected -march=native equivalent flags #Add the detected -march=native equivalent flags
if GCC_compiler.march_flags:
cxxflags.extend(GCC_compiler.march_flags) cxxflags.extend(GCC_compiler.march_flags)
#NumPy 1.7 Deprecate the old API. I updated most of the places #NumPy 1.7 Deprecate the old API. I updated most of the places
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论