Skip to content

Commit d359df2

Browse files
authored
Add usage note about compiler optimization
1 parent ceeff4d commit d359df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ truffle run coverage [command-options]
3636
+ Coverage launches its own in-process ganache server.
3737
+ You can set [ganache options][1] using the `providerOptions` key in your `.solcover.js` [config][15].
3838
+ Coverage [distorts gas consumption][13]. Tests that check exact gas consumption should be [skipped][24].
39+
+ Coverage runs your compiler with **optimization off**.
40+
+ :warning: Please report all unexpected compilation faults to issue #417 :warning:
3941

4042
## Command Options
4143
| Option <img width=200/> | Example <img width=750/>| Description <img width=1000/> |

0 commit comments

Comments
 (0)