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 0702dbc commit 15a062dCopy full SHA for 15a062d
setup.py
@@ -25,7 +25,7 @@
25
README = f.read()
26
27
# add platform dependant optional compilation argument
28
-opt_arg=["O3"]
+opt_arg=["-O3"]
29
import platform
30
if platform.system()=='Darwin':
31
if platform.release()=='18.0.0':
0 commit comments