Skip to content

Commit

Permalink
Merge 538e517 into 203242c
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 4, 2025
2 parents 203242c + 538e517 commit 5d3f67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub struct CompileOptions {
/// Setting to decide on an inlining strategy for Brillig functions.
/// A more aggressive inliner should generate larger programs but more optimized
/// A less aggressive inliner should generate smaller programs
#[arg(long, hide = true, allow_hyphen_values = true, default_value_t = i64::MAX)]
#[arg(long, hide = true, allow_hyphen_values = true, default_value_t = 0)]
pub inliner_aggressiveness: i64,

/// Setting the maximum acceptable increase in Brillig bytecode size due to
Expand Down

0 comments on commit 5d3f67d

Please sign in to comment.