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).
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).