common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21

pull/16289/head
Jeffery Robert Walsh 7 years ago committed by GitHub
parent b2f53f9621
commit a25561dfb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/compiler/solidity.go

@ -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 {

Loading…
Cancel
Save