| Index: pkg/compiler/lib/src/mirrors/analyze.dart
|
| diff --git a/pkg/compiler/lib/src/mirrors/analyze.dart b/pkg/compiler/lib/src/mirrors/analyze.dart
|
| index 4ba7616e4eecf2ae293347c96dbcd9799aa637bf..44bd859ed2349ac8e868850441c0262016919dc8 100644
|
| --- a/pkg/compiler/lib/src/mirrors/analyze.dart
|
| +++ b/pkg/compiler/lib/src/mirrors/analyze.dart
|
| @@ -39,6 +39,7 @@ Future<MirrorSystem> analyze(List<Uri> libraries,
|
| options.add('--analyze-all');
|
| options.add('--categories=Client,Server');
|
| options.add('--enable-async');
|
| + options.add('--allow-native-extensions');
|
|
|
| bool compilationFailed = false;
|
| void internalDiagnosticHandler(Uri uri, int begin, int end,
|
|
|