| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index 8c25d8809708f087b3aff7815c47f43cfc924df3..9564bad2d8b170b7739126b7cead63aaf8810ff7 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -327,6 +327,9 @@ Supported options:
|
| -p<path>, --package-root=<path>
|
| Where to find packages, that is, "package:..." imports.
|
|
|
| + --minify
|
| + Generate minified output.
|
| +
|
| --suppress-warnings
|
| Do not display any warnings.
|
|
|
|
|