Skip to content

Commit

Permalink
Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/ir/instruction…
Browse files Browse the repository at this point in the history
…/call.rs
  • Loading branch information
TomAFrench authored Jan 8, 2025
1 parent 094807f commit 52c4f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ fn simplify_black_box_func(
block: BasicBlockId,
call_stack: CallStackId,
) -> SimplifyResult {
let pedantic_solving = true;
let pedantic_solving = false;
cfg_if::cfg_if! {
if #[cfg(feature = "bn254")] {
let solver = bn254_blackbox_solver::Bn254BlackBoxSolver(pedantic_solving);
Expand Down

0 comments on commit 52c4f28

Please sign in to comment.