Is is possible to select clang for compiling CPython extensions on Linux? -
all's in title: i'd try using clang compiling c extension module cpython on linux (cpython comes distro repositories, , built gcc).
- do distutils/setuptools support this?
- does fact cpython , extension built 2 different compilers matter?
thanks.
there environment variable that.
cc=clang python setup.py build
both of compiled binaries compatible cpython
Comments
Post a Comment