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

  1. do distutils/setuptools support this?
  2. does fact cpython , extension built 2 different compilers matter?

thanks.

  1. there environment variable that.

    cc=clang python setup.py build

  2. both of compiled binaries compatible cpython


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -