Index: pkg/compiler/lib/src/dart2js.dart |
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart |
index 0c3a507f93728a8ea1bcacc6ad443ef1562529d5..9ee75e9b6f606c78119c5e75fff3ed671ddc7fb8 100644 |
--- a/pkg/compiler/lib/src/dart2js.dart |
+++ b/pkg/compiler/lib/src/dart2js.dart |
@@ -365,6 +365,7 @@ Future<api.CompilationResult> compile(List<String> argv) { |
new OptionHandler(Flags.analyzeSignaturesOnly, setAnalyzeOnly), |
new OptionHandler(Flags.disableNativeLiveTypeAnalysis, passThrough), |
new OptionHandler('--categories=.*', setCategories), |
+ new OptionHandler(Flags.disableInlining, implyCompilation), |
new OptionHandler(Flags.disableTypeInference, implyCompilation), |
new OptionHandler(Flags.terse, passThrough), |
new OptionHandler('--deferred-map=.+', implyCompilation), |