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.
Linked PRs
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-standalonewhere we're using an isolated build system and the clang invocation fails to find required includes.Linked PRs
CFLAGS_JIT#134276