aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-05-25 01:12:18 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-05-25 01:12:18 +0800
commitc31f8e2bd7bbf67661d02c3fcd478824e769fae1 (patch)
tree0e8e321c5c7afebf35cd401ecb179d55904be960 /common
parentb2b9b3b567291c02a34f16b510621f8ac75d368c (diff)
downloaddexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar.gz
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar.bz2
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar.lz
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar.xz
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.tar.zst
dexon-c31f8e2bd7bbf67661d02c3fcd478824e769fae1.zip
compile solidity contracts with std library
Diffstat (limited to 'common')
-rw-r--r--common/compiler/solidity.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/compiler/solidity.go b/common/compiler/solidity.go
index 0cfd41c95..caf86974e 100644
--- a/common/compiler/solidity.go
+++ b/common/compiler/solidity.go
@@ -34,6 +34,8 @@ var (
"file", //
"--natspec-dev", // Request to output the contract's Natspec developer documentation.
"file",
+ "--add-std",
+ "1",
}
)