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.
1 parent c2a8d70 commit c37ad71Copy full SHA for c37ad71
Makefile
@@ -511,7 +511,7 @@ tests/foundry/out/kompiled/foundry.k: tests/foundry/out/kompiled/timestamp
511
512
tests/foundry/out/kompiled/foundry.k.prove: tests/foundry/out/kompiled/timestamp
513
$(KEVM) foundry-prove tests/foundry/out \
514
- -j$(FOUNDRY_PAR) --no-simplify-init \
+ -j$(FOUNDRY_PAR) --no-simplify-init --max-depth 1000 \
515
$(KEVM_OPTS) $(KPROVE_OPTS) \
516
$(addprefix --exclude-test , $(shell cat tests/foundry/exclude))
517
0 commit comments