pub struct BuildConfig {
    pub use_orig_asm: bool,
    pub print_ir: bool,
    pub print_finalized_asm: bool,
    pub print_intermediate_asm: bool,
    pub silent: bool,
}
Expand description

Parameters to pass through to the sway_core::BuildConfig during compilation.

Fields

use_orig_asm: boolprint_ir: boolprint_finalized_asm: boolprint_intermediate_asm: boolsilent: bool

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.