Skip to content

ccompiler: Don't include Python compiler flags

Christoph Reiter requested to merge ignore-py-compiler-flags into master

This includes the tests from !14 (closed) (some are still skipped)

This moves the customize_compiler() function from CPython into g-i and removes macOS specific bits and any Python internal compiler flags for building Python extensions. The Python defaults for CC etc are still used if not replaced through env vars... one step at a time..

Edited by Christoph Reiter

Merge request reports