forked from cerc-io/plugeth
Merge pull request #1086 from debris/solidity_std
common/compiler: compile solidity contracts with std library
This commit is contained in:
commit
39b1fe8e44
@ -34,6 +34,8 @@ var (
|
|||||||
"file", //
|
"file", //
|
||||||
"--natspec-dev", // Request to output the contract's Natspec developer documentation.
|
"--natspec-dev", // Request to output the contract's Natspec developer documentation.
|
||||||
"file",
|
"file",
|
||||||
|
"--add-std",
|
||||||
|
"1",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user