We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CFLAGS_JIT
1 parent fe33e63 commit cb5ec0bCopy full SHA for cb5ec0b
cpython-unix/build-cpython.sh
@@ -654,7 +654,7 @@ fi
654
autoconf
655
656
# Ensure `CFLAGS` are propagated to JIT compilation for 3.13+
657
-CFLAGS=$CFLAGS CPPFLAGS=$CFLAGS JIT_CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
+CFLAGS=$CFLAGS CPPFLAGS=$CFLAGS CFLAGS_JIT=$CFLAGS LDFLAGS=$LDFLAGS \
658
./configure ${CONFIGURE_FLAGS}
659
660
# Supplement produced Makefile with our modifications.
0 commit comments