Skip to content

Commit

Permalink
Merge pull request #82 from gnosis/disable_optimizer
Browse files Browse the repository at this point in the history
Disable optimizer
  • Loading branch information
rmeissner authored Nov 25, 2018
2 parents e973fe6 + da09723 commit 427d6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
},
solc: {
optimizer: {
enabled: true
enabled: false
},
},
};

0 comments on commit 427d6f7

Please sign in to comment.