Skip to content

Commit 15a062d

Browse files
committed
forgot a '-'
1 parent 0702dbc commit 15a062d

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
@@ -25,7 +25,7 @@
2525
README = f.read()
2626

2727
# add platform dependant optional compilation argument
28-
opt_arg=["O3"]
28+
opt_arg=["-O3"]
2929
import platform
3030
if platform.system()=='Darwin':
3131
if platform.release()=='18.0.0':

0 commit comments

Comments
 (0)