Skip to content

Commit 14e883e

Browse files
committed
setup: Compile loop.c with -O2
1 parent 46dd8f3 commit 14e883e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def build_extensions(self):
106106
"uvloop.loop",
107107
sources=[
108108
"uvloop/loop.c",
109-
]
109+
],
110+
extra_compile_args=['-O2']
110111
),
111112
],
112113
classifiers=[

0 commit comments

Comments
 (0)