Index: pkg/compiler/lib/src/dart2js.dart |
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart |
index d034f3df1b4900d708641e003bad3c8e6500edde..634cf277c04860f18c1e81873043e486369c72c8 100644 |
--- a/pkg/compiler/lib/src/dart2js.dart |
+++ b/pkg/compiler/lib/src/dart2js.dart |
@@ -324,6 +324,7 @@ Future compile(List<String> argv) { |
new OptionHandler('--show-package-warnings', passThrough), |
new OptionHandler('--csp', passThrough), |
new OptionHandler('--enable-async', setEnableAsync), |
+ new OptionHandler('--enable-enum', passThrough), |
new OptionHandler('-D.+=.*', addInEnvironment), |
// The following two options must come last. |