Struct cairo_lang_compiler::CompilerConfig
source · pub struct CompilerConfig<'c> {
pub diagnostics_reporter: DiagnosticsReporter<'c>,
pub replace_ids: bool,
pub allowed_libfuncs_list_name: Option<String>,
}
Expand description
Configuration for the compiler.
Fields§
§diagnostics_reporter: DiagnosticsReporter<'c>
§replace_ids: bool
Replaces sierra ids with human-readable ones.
allowed_libfuncs_list_name: Option<String>
The name of the allowed libfuncs list to use in compilation. If None the default list of audited libfuncs will be used.