| Index: pkg/compiler/lib/src/apiimpl.dart
|
| diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
|
| index 808f88f1fc0fbdd25987d6cbcf6e270b6663027f..123938dbe1a418ee036a1d0a44637ab6501f77c8 100644
|
| --- a/pkg/compiler/lib/src/apiimpl.dart
|
| +++ b/pkg/compiler/lib/src/apiimpl.dart
|
| @@ -93,6 +93,7 @@ class Compiler extends leg.Compiler {
|
| showPackageWarnings:
|
| hasOption(options, '--show-package-warnings'),
|
| useContentSecurityPolicy: hasOption(options, '--csp'),
|
| + useStartupEmitter: hasOption(options, '--fast-startup'),
|
| hasIncrementalSupport:
|
| forceIncrementalSupport ||
|
| hasOption(options, '--incremental-support'),
|
|
|