mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix type of optimizeRuns
This commit is contained in:
committed by
chriseth
parent
ea7a6520b2
commit
f869792eec
@@ -258,7 +258,7 @@ private:
|
||||
|
||||
ReadFileCallback m_readFile;
|
||||
bool m_optimize = false;
|
||||
size_t m_optimizeRuns = 200;
|
||||
unsigned m_optimizeRuns = 200;
|
||||
std::map<std::string, h160> m_libraries;
|
||||
/// list of path prefix remappings, e.g. mylibrary: github.com/ethereum = /usr/local/ethereum
|
||||
/// "context:prefix=target"
|
||||
|
||||
Reference in New Issue
Block a user