Closed
Description
If CFLAGS are set during configure, they are not propagated to the clang invocation to build the JIT stencils. This is problematic for downstream consumers, e.g., in python-build-standalone
where we're using an isolated build system and the clang invocation fails to find required includes.
Activity
pythongh-134273: Propagate CFLAGS to the JIT
pythongh-134273: Propagate CFLAGS to the JIT
CFLAGS_JIT
#134276pythongh-134273: Propagate CFLAGS to the JIT
GH-134273: Allow setting JIT compiler flags at build time with CFLAGS…