Merge pull request #874 from embark-framework/speed-up-solc

Do not request legacyAST from solc to speed up compilation
This commit is contained in:
Iuri Matias 2018-09-19 16:24:16 -04:00 committed by GitHub
commit 7e52728dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

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

View File

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