aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-06-06 01:22:30 +0800
committerchriseth <c@ethdev.com>2015-06-06 01:22:30 +0800
commit779e793d60f2076fbd35b34f0c2073e92c058eef (patch)
tree5bde2e4f0270ed40529f9ef5e79d5ecdc14666bf /CompilerStack.h
parent92eb04c6eccba8b6d7c5c02e5ca2084d9e4fecf6 (diff)
parent9efd5374ed5d3e2c5abf6d85907e1e3ac5ce5b32 (diff)
downloaddexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar.gz
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar.bz2
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar.lz
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar.xz
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.tar.zst
dexon-solidity-779e793d60f2076fbd35b34f0c2073e92c058eef.zip
Merge pull request #2084 from chriseth/sol_computeConstants
Compute constants
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 6be45aec..a7c6ea3b 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -90,7 +90,7 @@ public:
std::string defaultContractName() const;
/// Compiles the source units that were previously added and parsed.
- void compile(bool _optimize = false);
+ void compile(bool _optimize = false, unsigned _runs = 200);
/// Parses and compiles the given source code.
/// @returns the compiled bytecode
bytes const& compile(std::string const& _sourceCode, bool _optimize = false);