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 0255ada commit fec4daaCopy full SHA for fec4daa
1 file changed
build_ext.py
@@ -17,6 +17,7 @@
17
join("src", "kasa_crypt", "_crypt_impl.pyx"),
18
],
19
language="c",
20
+ extra_compile_args=["-O3", "-g0"],
21
)
22
23
0 commit comments