Skip to content

Commit 8faadeb

Browse files
authored
Disable Yul compilation pipeline along with optimizer in coverage command (#3338)
* disable yul pipeline * nightly formatting
1 parent 40f7995 commit 8faadeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/cmd/forge/coverage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ impl CoverageArgs {
9696

9797
// Disable the optimizer for more accurate source maps
9898
project.solc_config.settings.optimizer.disable();
99+
project.solc_config.settings.via_ir = Some(false);
99100

100101
project
101102
};

0 commit comments

Comments
 (0)