mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 21:59:05 +00:00
Merge pull request #1086 from debris/solidity_std
common/compiler: compile solidity contracts with std library
This commit is contained in:
commit
39b1fe8e44
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ var (
|
|||
"file", //
|
||||
"--natspec-dev", // Request to output the contract's Natspec developer documentation.
|
||||
"file",
|
||||
"--add-std",
|
||||
"1",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue