mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 09:41:37 +03:00
added doc for BuildOptions
This commit is contained in:
parent
c21114c161
commit
a73b7a2e73
@ -33,6 +33,8 @@ use snarkvm_r1cs::ConstraintSystem;
|
||||
use structopt::StructOpt;
|
||||
use tracing::span::Span;
|
||||
|
||||
/// Compiler Options wrapper for Build command. Also used by other commands which
|
||||
/// require Build command output as their input.
|
||||
#[derive(StructOpt, Clone, Debug)]
|
||||
pub struct BuildOptions {
|
||||
#[structopt(long, help = "Enable canonicalization compiler optimization")]
|
||||
|
Loading…
Reference in New Issue
Block a user