| Index: pkg/dev_compiler/tool/global_compile.dart
|
| diff --git a/pkg/dev_compiler/tool/global_compile.dart b/pkg/dev_compiler/tool/global_compile.dart
|
| index 673660a1671cb9a7b4ff66c826b6f8454577a39d..cded0c71ab42a742cd161e8336771612ce074c28 100644
|
| --- a/pkg/dev_compiler/tool/global_compile.dart
|
| +++ b/pkg/dev_compiler/tool/global_compile.dart
|
| @@ -53,7 +53,6 @@ void main(List<String> args) {
|
| var ddcPath = path.dirname(path.dirname(Platform.script.toFilePath()));
|
| var template = [
|
| '$ddcPath/bin/dartdevc.dart',
|
| - 'compile',
|
| '--no-source-map', // Invalid as we're just concatenating files below
|
| '-p',
|
| packageRoot
|
|
|