Skip to content

Commit

Permalink
Use aggressive opt
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Dec 3, 2024
1 parent c4f0e70 commit 9e39ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-state-reader/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub fn get_native_executor(contract: &ContractClass, class_hash: ClassHash) -> A
let mut executor = AotContractExecutor::new(
&contract.extract_sierra_program().unwrap(),
&contract.entry_points_by_type,
OptLevel::Default,
OptLevel::Aggressive,
)
.unwrap();
let compilation_time = pre_compilation_instant.elapsed().as_millis();
Expand Down

0 comments on commit 9e39ec4

Please sign in to comment.