Index: runtime/vm/parser.cc |
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc |
index 6848e74497ae76201ed9492029a75659e475ea37..a1c0b546b7869d1c832a0826811083829f379e6c 100644 |
--- a/runtime/vm/parser.cc |
+++ b/runtime/vm/parser.cc |
@@ -44,7 +44,9 @@ namespace dart { |
DEFINE_FLAG(bool, enable_debug_break, false, "Allow use of break \"message\"."); |
DEFINE_FLAG(bool, trace_parser, false, "Trace parser operations."); |
DEFINE_FLAG(bool, warn_mixin_typedef, true, "Warning on legacy mixin typedef."); |
-DEFINE_FLAG(bool, conditional_directives, false, |
+// TODO(floitsch): remove the conditional-directive flag, once we publicly |
+// committed to the current version. |
+DEFINE_FLAG(bool, conditional_directives, true, |
"Enable conditional directives"); |
DEFINE_FLAG(bool, warn_super, false, |
"Warning if super initializer not last in initializer list."); |