1 2 3 4 5
#[cfg(feature = "verbose_circuits")] pub const CIRCUIT_VERSOBE: bool = true; #[cfg(not(feature = "verbose_circuits"))] pub const CIRCUIT_VERSOBE: bool = false;