Skip to content

Commit

Permalink
fix: remove pil opt (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Nov 8, 2023
1 parent 1dd45d1 commit 51f378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fn compile<T: FieldElement, Q: QueryCallback<T>>(
external_witness_values: Vec<(&str, Vec<T>)>,
) -> CompilationResult<T> {
log::info!("Optimizing pil...");
let analyzed = pilopt::optimize(analyzed);
// let analyzed = pilopt::optimize(analyzed);
let optimized_pil_file_name = output_dir.join(format!(
"{}_opt.pil",
Path::new(file_name).file_stem().unwrap().to_str().unwrap()
Expand Down

0 comments on commit 51f378a

Please sign in to comment.