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