selectolax
selectolax copied to clipboard
Debug symbols are bloating the Linux wheels to over double the size
Adding "-g0"
to extra_compile_args
in setup.py
reduces the Linux .whl
size from 7.2 MB to 3.3 MB.
Related:
- pypa/cibuildwheel#331