Incremental compilation? #499
-
If I run this command twice in a row, the second time it still rebuilds a loads of crates. Is that supposed to happen?
|
Beta Was this translation helpful? Give feedback.
Answered by
tautschnig
Oct 6, 2025
Replies: 1 comment
-
It is not unexpected, even though we'd like to work towards avoiding those rebuilds. See model-checking/kani#4079 for further discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Timmmm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not unexpected, even though we'd like to work towards avoiding those rebuilds. See model-checking/kani#4079 for further discussion.