Merge pull request #1086 from debris/solidity_std

common/compiler: compile solidity contracts with std library
This commit is contained in:
Jeffrey Wilcke 2015-05-26 10:58:09 -07:00
commit 39b1fe8e44
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ var (
"file", //
"--natspec-dev", // Request to output the contract's Natspec developer documentation.
"file",
"--add-std",
"1",
}
)