Commit 39b1fe8e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #1086 from debris/solidity_std

common/compiler: compile solidity contracts with std library
parents 365eea9f c31f8e2b
...@@ -34,6 +34,8 @@ var ( ...@@ -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",
} }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment