- fixed function
ZSTD_min_compression_level()
- now returns real number, not some shifted int value - added some information functions about debug level builded with
- module now building with
-O3
level of optimization. Probably will be about 20% faster - module now building with binary stripping (wheels for 3.13 and 3.14 will be smaller)
- module now building with disabled LTO
- added pypy builds