From b679d7dc791109efe829e3caaac5badc25e7d0fb Mon Sep 17 00:00:00 2001 From: "sm.wu" Date: Mon, 8 Sep 2025 15:45:01 +0800 Subject: [PATCH] ceno cli babybear --- ceno_cli/src/commands/common_args/ceno.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceno_cli/src/commands/common_args/ceno.rs b/ceno_cli/src/commands/common_args/ceno.rs index e7b5da9b7..2a1722122 100644 --- a/ceno_cli/src/commands/common_args/ceno.rs +++ b/ceno_cli/src/commands/common_args/ceno.rs @@ -295,7 +295,7 @@ impl CenoOptions { self, compilation_options, elf_path, - Checkpoint::PrepVerify, // FIXME: when whir and babybear is ready + Checkpoint::Complete, ) } (PcsKind::Whir, FieldType::Goldilocks) => {