Z4JC / ugrapheme

Unicode Extended grapheme clusters in nanoseconds
BSD Zero Clause License
21 stars 0 forks source link

Make -O3 builds by default and provide a simple Makefile #3

Closed Z4JC closed 1 month ago

Z4JC commented 1 month ago

It turns out that on some Linux distributions, build_ext will not build with optimizations on by default, making ugrapheme 4x slower.

Provide a simple Makefile to help contributors/maintainers/forkers, and massage setuptools to include debug and optimization flags while hopefully not messing with MSVC (which uses different flags).