Skip to content

Commit c8ed2d7

Browse files
committed
Enable tail call interpreter for JIT builds
1 parent 1da0a6e commit c8ed2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py_version="${1}"
77
if [[ $py_version == *j ]]; then
88
# Enable JIT mode when passed a version that ends with a "j"
99
py_version="${py_version%j}"
10-
PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit"
10+
PYTHON_CONFIGURE_OPTS+=" --enable-experimental-jit --with-tail-call-interp"
1111
fi
1212

1313
"${PYENV_ROOT}/plugins/python-build/bin/python-build" \

0 commit comments

Comments
 (0)