good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit a25561df authored by Jeffery Robert Walsh's avatar Jeffery Robert Walsh Committed by GitHub
Browse files

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

parent b2f53f96
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment