From 9efd5374ed5d3e2c5abf6d85907e1e3ac5ce5b32 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 1 Jun 2015 12:32:59 +0200 Subject: Compute constants --- CompilerStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CompilerStack.h') 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); -- cgit v1.2.3