rushter / selectolax

Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
MIT License
1.11k stars 68 forks source link

Debug symbols are bloating the Linux wheels to over double the size #129

Open andersk opened 1 week ago

andersk commented 1 week ago

Adding "-g0" to extra_compile_args in setup.py reduces the Linux .whl size from 7.2 MB to 3.3 MB.

Related: