We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb88023 commit ad2ac56Copy full SHA for ad2ac56
setup.py
@@ -61,7 +61,7 @@ class BuildExt(build_ext):
61
"""A custom build extension for adding compiler-specific options."""
62
63
c_opts = {
64
- "msvc": ["/O2", "/EHsc"],
+ "msvc": ["/O3", "/EHsc", "/openmp"],
65
"unix": ["-O2", "-fopenmp", "-std=c++11"],
66
}
67
l_opts = {
0 commit comments