Unverified Commit f043b204 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #639 from ethereum/optimizerruns

optimizer runs
parents ce1beb18 8144172f
...@@ -13,7 +13,7 @@ function compilerInput (contracts) { ...@@ -13,7 +13,7 @@ function compilerInput (contracts) {
settings: { settings: {
optimizer: { optimizer: {
enabled: false, enabled: false,
runs: 500 runs: 200
}, },
outputSelection: { outputSelection: {
'*': { '*': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment