mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
compile solidity contracts with std library
This commit is contained in:
parent
b2b9b3b567
commit
c31f8e2bd7
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