Merge pull request #639 from ethereum/optimizerruns

optimizer runs
pull/7/head
yann300 7 years ago committed by GitHub
commit f043b20482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      remix-lib/src/helpers/compilerHelper.js

@ -13,7 +13,7 @@ function compilerInput (contracts) {
settings: {
optimizer: {
enabled: false,
runs: 500
runs: 200
},
outputSelection: {
'*': {

Loading…
Cancel
Save