Skip to content

Commit

Permalink
chore: remove disable_macros compile option (#7468)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Feb 20, 2025
1 parent 752dc04 commit 4b6a14d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/noirc_driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ pub struct CompileOptions {
#[arg(long, conflicts_with = "deny_warnings")]
pub silence_warnings: bool,

/// Disables the builtin Aztec macros being used in the compiler
#[arg(long, hide = true)]
pub disable_macros: bool,

/// Outputs the monomorphized IR to stdout for debugging
#[arg(long, hide = true)]
pub show_monomorphized: bool,
Expand Down

0 comments on commit 4b6a14d

Please sign in to comment.