pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.23k stars 210 forks source link

Fix build with mingw python #402

Closed Biswa96 closed 2 years ago

Biswa96 commented 2 years ago

/O2 compiler option is not valid for gcc or clang in mingw. So, check if the python is used in MSVC environment.

robbmcleod commented 2 years ago

Thanks for your contribution.