Do not request legacyAST from solc to speed up compilation

This commit is contained in:
Andre Medeiros 2018-09-19 15:51:11 -04:00
parent b817c0f012
commit c6d7bec9d7
2 changed files with 2 additions and 4 deletions

View File

@ -71,10 +71,7 @@ class Solidity {
}, },
outputSelection: { outputSelection: {
'*': { '*': {
'': [ '': ['ast'],
'ast',
'legacyAST'
],
'*': [ '*': [
'abi', 'abi',
'devdoc', 'devdoc',

View File

@ -4,3 +4,4 @@ dist/
config/production/password config/production/password
config/livenet/password config/livenet/password
coverage/ coverage/
chains.json