Skip to content

Commit

Permalink
common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwalsh committed Mar 9, 2018
1 parent b2f53f9 commit a25561d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/compiler/solidity.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type solcOutput struct {
func (s *Solidity) makeArgs() []string {
p := []string{
"--combined-json", "bin,abi,userdoc,devdoc",
"--add-std", // include standard lib contracts
"--optimize", // code optimizer switched on
}
if s.Major > 0 || s.Minor > 4 || s.Patch > 6 {
Expand Down

0 comments on commit a25561d

Please sign in to comment.