Compiler Optimization Cython Cythonize Python How To Remove -pthread Compiler Flag From Cython Setup File May 08, 2024 Post a Comment In linux environment, when I run the setup script for cython, I get gcc -pthread -B /apps/.../comp… Read more How To Remove -pthread Compiler Flag From Cython Setup File
Compiler Flags Cython Cythonize Python Setuptools Tidying Up The Cython Build-flags Used By Gcc May 03, 2024 Post a Comment I currently use 'setuptools' to automatically cythonize and compile my Cython modules on Li… Read more Tidying Up The Cython Build-flags Used By Gcc