PyPI no longer accept our wheels because their size on Linux/GCC just went over 100MB.
The solution is to skip including the debug symbols, which slims down the binaries to <10MB.
Debug symbols are only used when running a debugger like GDB. Or with coredumps. Normally we don't need them in the wheels.
PyPI no longer accept our wheels because their size on Linux/GCC just went over 100MB. The solution is to skip including the debug symbols, which slims down the binaries to <10MB.
Debug symbols are only used when running a debugger like GDB. Or with coredumps. Normally we don't need them in the wheels.