Skip to content

jit.c always recompiles, even on non-JIT builds #114883

@brandtbucher

Description

@brandtbucher

I think I messed up the Makefile rules for Python/jit.o and regen-jit. Since regen-jit is "phony", the rule isn't in the dependency graph and make has no way of knowing if a recompile is necessary.

We may have to do something similar to what we did for the Windows builds and encode the dependencies in the Makefile. Or maybe there's an easier way. If anyone has any tips, please share!

Linked PRs

Metadata

Metadata

Assignees

Labels

3.13bugs and security fixesbuildThe build process and cross-buildtopic-JIT

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions