|
|
@ -137,7 +137,7 @@ Work-arounds for this problem are tracked below. (These are only available in ha |
|
|
|
**Work-around #2** |
|
|
|
**Work-around #2** |
|
|
|
+ Set the `.solcoverjs` option: `configureYulOptimizer` to `true`. |
|
|
|
+ Set the `.solcoverjs` option: `configureYulOptimizer` to `true`. |
|
|
|
+ Set the `.solcoverjs` option: `solcOptimizerDetails` to: |
|
|
|
+ Set the `.solcoverjs` option: `solcOptimizerDetails` to: |
|
|
|
+ ```js |
|
|
|
```js |
|
|
|
{ |
|
|
|
{ |
|
|
|
peephole: false, |
|
|
|
peephole: false, |
|
|
|
inliner: false, |
|
|
|
inliner: false, |
|
|
|