We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258ce1c commit 73c3314Copy full SHA for 73c3314
crates/compiler/src/revive_resolc.rs
@@ -172,7 +172,8 @@ impl SolidityCompiler for Resolc {
172
.collect(),
173
},
174
remappings: BTreeSet::<String>::new(),
175
- output_selection: SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
+ output_selection:
176
+ SolcStandardJsonInputSettingsSelection::new_required_for_tests(),
177
via_ir: Some(true),
178
optimizer: SolcStandardJsonInputSettingsOptimizer::new(
179
optimization
0 commit comments