Skip to content

Commit ad2ac56

Browse files
committed
enable openmp windows
1 parent eb88023 commit ad2ac56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class BuildExt(build_ext):
6161
"""A custom build extension for adding compiler-specific options."""
6262

6363
c_opts = {
64-
"msvc": ["/O2", "/EHsc"],
64+
"msvc": ["/O3", "/EHsc", "/openmp"],
6565
"unix": ["-O2", "-fopenmp", "-std=c++11"],
6666
}
6767
l_opts = {

0 commit comments

Comments
 (0)