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: {
|
outputSelection: {
|
||||||
'*': {
|
'*': {
|
||||||
'': [
|
'': ['ast'],
|
||||||
'ast',
|
|
||||||
'legacyAST'
|
|
||||||
],
|
|
||||||
'*': [
|
'*': [
|
||||||
'abi',
|
'abi',
|
||||||
'devdoc',
|
'devdoc',
|
||||||
|
|
|
@ -4,3 +4,4 @@ dist/
|
||||||
config/production/password
|
config/production/password
|
||||||
config/livenet/password
|
config/livenet/password
|
||||||
coverage/
|
coverage/
|
||||||
|
chains.json
|
||||||
|
|
Loading…
Reference in New Issue