mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)
This commit is contained in:
parent
72d2d0f10d
commit
1032326fe4
3 changed files with 17 additions and 1 deletions
|
|
@ -1592,11 +1592,13 @@ AS_VAR_IF([enable_experimental_jit],
|
|||
[AS_VAR_APPEND([CFLAGS_NODIST], [" -D_Py_JIT"])
|
||||
AS_VAR_SET([REGEN_JIT_COMMAND],
|
||||
["\$(PYTHON_FOR_REGEN) \$(srcdir)/Tools/jit/build.py $host"])
|
||||
AS_VAR_SET([JIT_STENCILS_H], ["jit_stencils.h"])
|
||||
AS_VAR_IF([Py_DEBUG],
|
||||
[true],
|
||||
[AS_VAR_APPEND([REGEN_JIT_COMMAND], [" --debug"])],
|
||||
[])])
|
||||
AC_SUBST([REGEN_JIT_COMMAND])
|
||||
AC_SUBST([JIT_STENCILS_H])
|
||||
AC_MSG_RESULT([$enable_experimental_jit])
|
||||
|
||||
# Enable optimization flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue