Index: pkg/compiler/lib/src/dart2js.dart |
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart |
index 662316bcd69ac7196a889f7acc55f2b44a05618d..0e2c63f5a3978eaaa3c0873604f3287d5c37cd1f 100644 |
--- a/pkg/compiler/lib/src/dart2js.dart |
+++ b/pkg/compiler/lib/src/dart2js.dart |
@@ -317,6 +317,7 @@ Future<api.CompilationResult> compile(List<String> argv) { |
new OptionHandler('--out=.+|-o.*', setOutput, multipleArguments: true), |
new OptionHandler(Flags.allowMockCompilation, passThrough), |
new OptionHandler(Flags.fastStartup, passThrough), |
+ new OptionHandler(Flags.conditionalDirectives, passThrough), |
new OptionHandler('${Flags.minify}|-m', implyCompilation), |
new OptionHandler(Flags.preserveUris, passThrough), |
new OptionHandler('--force-strip=.*', setStrip), |