Skip to content
  • Christoph Reiter's avatar
    setup.py: support building with PyPy. See #180 · e10d6983
    Christoph Reiter authored
    Force the extension for the test libraries, PyPy adds its abi tag by default.
    Make sure -fno-strict-aliasing is used, PyPy doesn't by default.
    Set -Wno-redundant-decls to prevent warning noise from PyPy headers.
    e10d6983