Index: pkg/compiler/lib/src/dart2js.dart |
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart |
index f839dd9e120d304015deea116728400ca58a138f..0c3a507f93728a8ea1bcacc6ad443ef1562529d5 100644 |
--- a/pkg/compiler/lib/src/dart2js.dart |
+++ b/pkg/compiler/lib/src/dart2js.dart |
@@ -324,6 +324,7 @@ Future<api.CompilationResult> compile(List<String> argv) { |
new OptionHandler( |
'--output-type=dart|--output-type=dart-multi|--output-type=js', |
setOutputType), |
+ new OptionHandler(Flags.useKernel, passThrough), |
new OptionHandler(Flags.noFrequencyBasedMinification, passThrough), |
new OptionHandler(Flags.verbose, setVerbose), |
new OptionHandler(Flags.version, (_) => wantVersion = true), |