Skip to content

Commit fec4daa

Browse files
authored
feat: reduce size of wheels (#32)
compile with -g0 to reduce binary size
1 parent 0255ada commit fec4daa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_ext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
join("src", "kasa_crypt", "_crypt_impl.pyx"),
1818
],
1919
language="c",
20+
extra_compile_args=["-O3", "-g0"],
2021
)
2122

2223

0 commit comments

Comments
 (0)