Do not request legacyAST from solc to speed up compilation
This commit is contained in:
parent
b817c0f012
commit
c6d7bec9d7
|
@ -71,10 +71,7 @@ class Solidity {
|
|||
},
|
||||
outputSelection: {
|
||||
'*': {
|
||||
'': [
|
||||
'ast',
|
||||
'legacyAST'
|
||||
],
|
||||
'': ['ast'],
|
||||
'*': [
|
||||
'abi',
|
||||
'devdoc',
|
||||
|
|
|
@ -4,3 +4,4 @@ dist/
|
|||
config/production/password
|
||||
config/livenet/password
|
||||
coverage/
|
||||
chains.json
|
||||
|
|
Loading…
Reference in New Issue