Skip to content

Commit

Permalink
Remove optimize as it was reducing coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
faustocarva committed Mar 26, 2024
1 parent 4a737ec commit 443fb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solc/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (c *solidityCompiler) downloadSolcBinaryBasedOnVersion(version *semver.Vers
func buildArgs(version *semver.Version) []string {
p := []string{
"--combined-json", "ast,bin,bin-runtime,srcmap,srcmap-runtime,abi,userdoc,devdoc",
"--optimize", // code optimizer switched on
//"--optimize", // code optimizer switched on
"--allow-paths", "., ./, ../", // default to support relative path: ./ ../ .
}
version0_4_6, _ := semver.NewVersion("0.4.6")
Expand Down

0 comments on commit 443fb5e

Please sign in to comment.