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

Merge pull request #957 from ethereum/optimiezruns

optimizer runs
parents 40658b27 a2966187
......@@ -7,7 +7,7 @@ module.exports = (sources, opts) => {
settings: {
optimizer: {
enabled: opts.optimize === true || opts.optimize === 1,
runs: 500
runs: 200
},
libraries: opts.libraries,
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