mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-03 15:52:15 +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 structopt::StructOpt;
|
||||||
use tracing::span::Span;
|
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)]
|
#[derive(StructOpt, Clone, Debug)]
|
||||||
pub struct BuildOptions {
|
pub struct BuildOptions {
|
||||||
#[structopt(long, help = "Enable canonicalization compiler optimization")]
|
#[structopt(long, help = "Enable canonicalization compiler optimization")]
|
||||||
|
Loading…
Reference in New Issue
Block a user