mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
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:
commit
7e52728dc0
@ -71,10 +71,7 @@ class Solidity {
|
||||
},
|
||||
outputSelection: {
|
||||
'*': {
|
||||
'': [
|
||||
'ast',
|
||||
'legacyAST'
|
||||
],
|
||||
'': ['ast'],
|
||||
'*': [
|
||||
'abi',
|
||||
'devdoc',
|
||||
|
1
test_apps/coverage_app/.gitignore
vendored
1
test_apps/coverage_app/.gitignore
vendored
@ -4,3 +4,4 @@ dist/
|
||||
config/production/password
|
||||
config/livenet/password
|
||||
coverage/
|
||||
chains.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user