Skip to content

Commit

Permalink
enable trace and mem relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Jun 17, 2024
1 parent 93b9c31 commit 091cfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ pub fn cairo_run_bootloader_in_proof_mode(

let cairo_run_config = CairoRunConfig {
entrypoint: "main",
trace_enabled: false,
relocate_mem: false,
trace_enabled: true,
relocate_mem: true,
layout: layout.unwrap_or(LayoutName::starknet_with_keccak),
proof_mode: true,
secure_run: None,
Expand Down

0 comments on commit 091cfad

Please sign in to comment.