未验证 提交 a25561df 编写于 作者: J Jeffery Robert Walsh 提交者: GitHub

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

上级 b2f53f96
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册