Skip to content

Commit

Permalink
Reinstate option
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jun 8, 2023
1 parent 3847f0a commit 828c116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl Driver {

let np_language = self.language.clone();

let circuit_abi = if true {
let circuit_abi = if options.experimental_ssa {
experimental_create_circuit(
program,
np_language,
Expand Down

0 comments on commit 828c116

Please sign in to comment.