compile solidity contracts with std library

This commit is contained in:
Marek Kotewicz 2015-05-24 19:12:18 +02:00
parent b2b9b3b567
commit c31f8e2bd7

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