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 f74830d commit 4f1b299Copy full SHA for 4f1b299
setup.py
@@ -69,7 +69,7 @@ class BuildExt(build_ext):
69
}
70
71
if sys.platform == "darwin":
72
- darwin_opts = ["-stdlib=libc++", "-mmacosx-version-min=10.9"]
+ darwin_opts = ["-stdlib=libc++"]
73
c_opts["unix"] = [*darwin_opts, "-fopenmp", "-O2"]
74
l_opts["unix"] = [*darwin_opts, "-lomp"]
75
0 commit comments