Unverified Commit 40658b27 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #951 from ethereum/fixOptimisation

Double check for optimisation
parents 6879dee9 ba20900a
......@@ -6,7 +6,7 @@ module.exports = (sources, opts) => {
sources: sources,
settings: {
optimizer: {
enabled: opts.optimize === true,
enabled: opts.optimize === true || opts.optimize === 1,
runs: 500
},
libraries: opts.libraries,
......
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